Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.wsspi.webcontainer.RequestProcessor

  • Packages that use RequestProcessor 
    Package Description
    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 
      Modifier and Type Class and Description
      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 
      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.
    • Uses of RequestProcessor in com.ibm.wsspi.webcontainer.servlet

      Subinterfaces of RequestProcessor in com.ibm.wsspi.webcontainer.servlet 
      Modifier and Type Interface and Description
      interface  IServletWrapper
      Generic RequestProcessor representation of a compiled servlet.
      Classes in com.ibm.wsspi.webcontainer.servlet that implement RequestProcessor 
      Modifier and Type Class and Description
      class  GenericServletWrapper
      A convenience class that implements IServletWrapper.
      Methods in com.ibm.wsspi.webcontainer.servlet that return RequestProcessor 
      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.
      Methods in com.ibm.wsspi.webcontainer.servlet with parameters of type RequestProcessor 
      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
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes