Uses of Interface
com.ibm.wsspi.webcontainer.RequestProcessor
-
-
Uses of RequestProcessor in com.ibm.ws.webcontainer.extension
Classes in com.ibm.ws.webcontainer.extension that implement RequestProcessor Modifier and Type Class Description classDefaultExtensionProcessorclassExtHandshakeVHostExtensionProcessorclassInvokerExtensionProcessorclassWebExtensionProcessor -
Uses of RequestProcessor in com.ibm.wsspi.webcontainer.collaborator
Methods in com.ibm.wsspi.webcontainer.collaborator that return RequestProcessor Modifier and Type Method Description RequestProcessorICollaboratorMetaData. getRequestProcessor()Methods in com.ibm.wsspi.webcontainer.collaborator with parameters of type RequestProcessor Modifier and Type Method Description java.lang.ObjectCollaboratorHelper. 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)java.lang.ObjectICollaboratorHelper. 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) -
Uses of RequestProcessor in com.ibm.wsspi.webcontainer.extension
Subinterfaces of RequestProcessor in com.ibm.wsspi.webcontainer.extension Modifier and Type Interface Description interfaceExtensionProcessorExtensionProcessor 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
Methods in com.ibm.wsspi.webcontainer.filter with parameters of type RequestProcessor Modifier and Type Method Description booleanWebAppFilterManager. 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. -
Uses of RequestProcessor in com.ibm.wsspi.webcontainer.osgi.extension
Classes in com.ibm.wsspi.webcontainer.osgi.extension that implement RequestProcessor Modifier and Type Class Description classWebExtensionProcessorLIBERTY: 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
Subinterfaces of RequestProcessor in com.ibm.wsspi.webcontainer.servlet Modifier and Type Interface Description interfaceIServletWrapperGeneric RequestProcessor representation of a compiled servlet.Classes in com.ibm.wsspi.webcontainer.servlet that implement RequestProcessor Modifier and Type Class Description classGenericServletWrapperA convenience class that implements IServletWrapper.Methods in com.ibm.wsspi.webcontainer.servlet that return RequestProcessor Modifier and Type Method Description RequestProcessorIServletContext. 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 Modifier and Type Method Description voidIServletContext. addMappingTarget(java.lang.String mapping, RequestProcessor target)Adds a target against a specified mapping into this contextvoidIServletContext. replaceMappingTarget(java.lang.String mapping, RequestProcessor target)Replaces the target for the specified mapping in this context -
Uses of RequestProcessor in com.ibm.wsspi.webcontainer.webapp
Methods in com.ibm.wsspi.webcontainer.webapp that return RequestProcessor Modifier and Type Method Description RequestProcessorIWebAppDispatcherContext. getCurrentServletReference()
-