|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestProcessor | |
---|---|
com.ibm.ws.webcontainer.extension | |
com.ibm.wsspi.webcontainer.filter | |
com.ibm.wsspi.webcontainer.servlet |
Uses of RequestProcessor in com.ibm.ws.webcontainer.extension |
---|
Classes in com.ibm.ws.webcontainer.extension that implement RequestProcessor | |
---|---|
class |
com.ibm.ws.webcontainer.extension.WebExtensionProcessor
|
Uses of RequestProcessor in com.ibm.wsspi.webcontainer.filter |
---|
Methods in com.ibm.wsspi.webcontainer.filter with parameters of type RequestProcessor | |
---|---|
boolean |
WebAppFilterManager.invokeFilters(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
IServletContext context,
RequestProcessor requestProcessor,
java.util.EnumSet<com.ibm.wsspi.webcontainer.collaborator.CollaboratorInvocationEnum> colEnum)
Invokes the filters defined for a webapp. |
Uses of RequestProcessor in com.ibm.wsspi.webcontainer.servlet |
---|
Subinterfaces of RequestProcessor in com.ibm.wsspi.webcontainer.servlet | |
---|---|
interface |
IServletWrapper
Generic RequestProcessor representation of a compiled servlet. |
Classes in com.ibm.wsspi.webcontainer.servlet that implement RequestProcessor | |
---|---|
class |
GenericServletWrapper
A convenience class that implements IServletWrapper. |
Methods in com.ibm.wsspi.webcontainer.servlet that return RequestProcessor | |
---|---|
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. |
Methods in com.ibm.wsspi.webcontainer.servlet with parameters of type RequestProcessor | |
---|---|
void |
IServletContext.addMappingTarget(java.lang.String mapping,
RequestProcessor target)
Adds a target against a specified mapping into this context |
void |
IServletContext.replaceMappingTarget(java.lang.String mapping,
RequestProcessor target)
Replaces the target for the specified mapping in this context |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |