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 |
---|---|
|
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 |
---|---|
|
IServletWrapper
Generic RequestProcessor representation of a compiled servlet.
|
Modifier and Type | Class and Description |
---|---|
|
GenericServletWrapper
A convenience class that implements IServletWrapper.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
|
IServletContext.addMappingTarget(java.lang.String mapping,RequestProcessor target)
Adds a target against a specified mapping into this context
|
|
IServletContext.replaceMappingTarget(java.lang.String mapping,RequestProcessor target)
Replaces the target for the specified mapping in this context
|