Package | Description |
---|---|
com.ibm.ws.webcontainer.extension | |
com.ibm.wsspi.webcontainer.filter | |
com.ibm.wsspi.webcontainer.servlet |
Modifier and Type | Class and Description |
---|---|
class |
com.ibm.ws.webcontainer.extension.WebExtensionProcessor |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IServletWrapper
Generic RequestProcessor representation of a compiled servlet.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericServletWrapper
A convenience class that implements IServletWrapper.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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
|