Package | Description |
---|---|
com.ibm.ws.webcontainer.extension | |
com.ibm.wsspi.webcontainer.collaborator | |
com.ibm.wsspi.webcontainer.extension | |
com.ibm.wsspi.webcontainer.filter | |
com.ibm.wsspi.webcontainer.servlet |
there is a packageinfo file in the lib/web.webcontainerspi.jar indicating the version is 2.1.0
|
com.ibm.wsspi.webcontainer.webapp |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExtensionProcessor |
class |
ExtHandshakeVHostExtensionProcessor |
class |
InvokerExtensionProcessor |
class |
WebExtensionProcessor |
Modifier and Type | Method and Description |
---|---|
RequestProcessor |
ICollaboratorMetaData.getRequestProcessor() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ICollaboratorHelper.processSecurityPreInvokeException(com.ibm.wsspi.webcontainer.security.SecurityViolationException wse,
RequestProcessor requestProcessor,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext dispatchContext,
com.ibm.ws.webcontainer.webapp.WebApp context,
java.lang.String name) |
java.lang.Object |
CollaboratorHelper.processSecurityPreInvokeException(com.ibm.wsspi.webcontainer.security.SecurityViolationException sve,
RequestProcessor requestProcessor,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext dispatchContext,
com.ibm.ws.webcontainer.webapp.WebApp context,
java.lang.String name) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtensionProcessor
ExtensionProcessor classes are responsible for handling requests that filter down to
them by the URL matching process.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WebAppFilterManager.invokeFilters(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
IServletContext context,
RequestProcessor requestProcessor,
java.util.EnumSet<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
|
Modifier and Type | Method and Description |
---|---|
RequestProcessor |
IWebAppDispatcherContext.getCurrentServletReference() |