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(ServerHttpConnection connection,
HttpRequestState attributes,
HttpSession session,
HttpServletSecurity security,
TaskContext<?,?,?> taskContext,
ServicerMapping mapping) |
void |
HttpServletContainer.service(ServerHttpConnection connection,
HttpRequestState attributes,
HttpSession session,
HttpServletSecurity security,
TaskContext<?,?,?> taskContext,
ServicerMapping mapping)
Services the
HttpRequest of the ServerHttpConnection . |
Constructor and Description |
---|
MappedHttpServletRequest(ServicerMapping mapping,
javax.servlet.http.HttpServletRequest delegate)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
javax.servlet.FilterChain |
FilterChainFactoryImpl.createFilterChain(ServicerMapping mapping,
MappingType mappingType,
javax.servlet.FilterChain target) |
javax.servlet.FilterChain |
FilterChainFactory.createFilterChain(ServicerMapping mapping,
MappingType mappingType,
javax.servlet.FilterChain target)
Constructs a
FilterChain to a target FilterChain to allow
create chains of chains. |
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–2016. All rights reserved.