Uses of Interface
net.officefloor.plugin.servlet.mapping.ServicerMapping

Packages that use ServicerMapping
net.officefloor.plugin.servlet.container   
net.officefloor.plugin.servlet.context   
net.officefloor.plugin.servlet.filter   
net.officefloor.plugin.servlet.mapping   
 

Uses of ServicerMapping in net.officefloor.plugin.servlet.container
 

Methods in net.officefloor.plugin.servlet.container with parameters of type ServicerMapping
 void HttpServletContainerImpl.service(ServerHttpConnection connection, Map<String,Object> attributes, HttpSession session, HttpSecurity security, TaskContext<?,?,?> taskContext, ServicerMapping mapping)
           
 void HttpServletContainer.service(ServerHttpConnection connection, Map<String,Object> attributes, HttpSession session, HttpSecurity security, TaskContext<?,?,?> taskContext, ServicerMapping mapping)
          Services the HttpRequest of the ServerHttpConnection.
 

Uses of ServicerMapping in net.officefloor.plugin.servlet.context
 

Constructors in net.officefloor.plugin.servlet.context with parameters of type ServicerMapping
MappedHttpServletRequest(ServicerMapping mapping, javax.servlet.http.HttpServletRequest delegate)
          Initiate.
 

Uses of ServicerMapping in net.officefloor.plugin.servlet.filter
 

Methods in net.officefloor.plugin.servlet.filter with parameters of type ServicerMapping
 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.
 

Uses of ServicerMapping in net.officefloor.plugin.servlet.mapping
 

Classes in net.officefloor.plugin.servlet.mapping that implement ServicerMapping
 class ServicerMappingImpl
          ServicerMapping implementation.
 

Methods in net.officefloor.plugin.servlet.mapping that return ServicerMapping
 ServicerMapping ServicerMapper.mapPath(String path)
          Matches the best ServicerMapping for the path.
 ServicerMapping ServicerMapperImpl.mapPath(String path)
           
 



Copyright © 2005-2012. All Rights Reserved.