| Package | Description |
|---|---|
| net.officefloor.plugin.servlet.container | |
| net.officefloor.plugin.servlet.context | |
| net.officefloor.plugin.servlet.filter | |
| net.officefloor.plugin.servlet.mapping |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServletContainerImpl.service(net.officefloor.plugin.socket.server.http.ServerHttpConnection connection,
HttpRequestState attributes,
HttpSession session,
HttpServletSecurity security,
net.officefloor.frame.api.execute.TaskContext<?,?,?> taskContext,
ServicerMapping mapping) |
void |
HttpServletContainer.service(net.officefloor.plugin.socket.server.http.ServerHttpConnection connection,
HttpRequestState attributes,
HttpSession session,
HttpServletSecurity security,
net.officefloor.frame.api.execute.TaskContext<?,?,?> taskContext,
ServicerMapping mapping)
Services the
HttpRequest of the ServerHttpConnection. |
| Constructor and Description |
|---|
MappedHttpServletRequest(ServicerMapping mapping,
HttpServletRequest delegate)
Initiate.
|
| Modifier and Type | Method and Description |
|---|---|
FilterChain |
FilterChainFactory.createFilterChain(ServicerMapping mapping,
MappingType mappingType,
FilterChain target)
Constructs a
FilterChain to a target FilterChain to allow
create chains of chains. |
FilterChain |
FilterChainFactoryImpl.createFilterChain(ServicerMapping mapping,
MappingType mappingType,
FilterChain target) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServicerMappingImpl
ServicerMapping implementation. |
| Modifier and Type | Method and Description |
|---|---|
ServicerMapping |
ServicerMapperImpl.mapPath(String path) |
ServicerMapping |
ServicerMapper.mapPath(String path)
Matches the best
ServicerMapping for the path. |
Copyright © 2005–2015. All rights reserved.