com.ibm.wsspi.webcontainer

Uses of Interface RequestProcessor

Packages that use RequestProcessor

Package Description
com.ibm.wsspi.webcontainer.filter
com.ibm.wsspi.webcontainer.servlet

Uses of RequestProcessor in com.ibm.wsspi.webcontainer.filter

Modifier and Type Method and Description
  1. boolean
WebAppFilterManager.invokeFilters(ServletRequest request,ServletResponse response,IServletContext context,RequestProcessor requestProcessor,java.util.EnumSet<CollaboratorInvocationEnum> colEnum)
Invokes the filters defined for a webapp.

Uses of RequestProcessor in com.ibm.wsspi.webcontainer.servlet

Modifier and Type Interface and Description
  1. interface
IServletWrapper
Generic RequestProcessor representation of a compiled servlet.
Modifier and Type Class and Description
  1. class
GenericServletWrapper
A convenience class that implements IServletWrapper.
Modifier and Type Method and Description
  1. RequestProcessor
IServletContext.getMappingTarget(java.lang.String mapping)
Returns the target that matches (according to the rules under servlet mappings in the servlet spec.) the given mapping.
Modifier and Type Method and Description
  1. void
IServletContext.addMappingTarget(java.lang.String mapping,RequestProcessor target)
Adds a target against a specified mapping into this context
  1. void
IServletContext.replaceMappingTarget(java.lang.String mapping,RequestProcessor target)
Replaces the target for the specified mapping in this context