Uses of Interface
com.ibm.wsspi.webcontainer.RequestProcessor
Package
Description
-
Uses of RequestProcessor in com.ibm.ws.webcontainer.extension
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of RequestProcessor in com.ibm.wsspi.webcontainer.collaborator
Modifier and TypeMethodDescriptionCollaboratorHelper.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, String name) 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, String name) -
Uses of RequestProcessor in com.ibm.wsspi.webcontainer.extension
Modifier and TypeInterfaceDescriptioninterface
ExtensionProcessor classes are responsible for handling requests that filter down to them by the URL matching process. -
Uses of RequestProcessor in com.ibm.wsspi.webcontainer.filter
Modifier and TypeMethodDescriptionboolean
WebAppFilterManager.invokeFilters
(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, IServletContext context, RequestProcessor requestProcessor, EnumSet<CollaboratorInvocationEnum> colEnum) Invokes the filters defined for a webapp. -
Uses of RequestProcessor in com.ibm.wsspi.webcontainer.osgi.extension
Modifier and TypeClassDescriptionclass
LIBERTY: This class is needed to create com.ibm.ws.webcontainer.osgi.servlet.ServletWrapper instead of com.ibm.ws.webcontainer.servlet.ServletWrapperImpl -
Uses of RequestProcessor in com.ibm.wsspi.webcontainer.servlet
Modifier and TypeInterfaceDescriptioninterface
Generic RequestProcessor representation of a compiled servlet.Modifier and TypeClassDescriptionclass
A convenience class that implements IServletWrapper.Modifier and TypeMethodDescriptionIServletContext.getMappingTarget
(String mapping) Returns the target that matches (according to the rules under servlet mappings in the servlet spec.) the given mapping.Modifier and TypeMethodDescriptionvoid
IServletContext.addMappingTarget
(String mapping, RequestProcessor target) Adds a target against a specified mapping into this contextvoid
IServletContext.replaceMappingTarget
(String mapping, RequestProcessor target) Replaces the target for the specified mapping in this context -
Uses of RequestProcessor in com.ibm.wsspi.webcontainer.webapp