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

Uses of Interface
com.ibm.websphere.servlet.request.IRequest

  • Packages that use IRequest 
    Package Description
    com.ibm.websphere.servlet.request.extended  
    com.ibm.websphere.servlet.response  
    com.ibm.wsspi.webcontainer  
    com.ibm.wsspi.webcontainer.servlet
    there is a packageinfo file in the lib/web.webcontainerspi.jar indicating the version is 2.1.0
    • Uses of IRequest in com.ibm.websphere.servlet.request.extended

      Subinterfaces of IRequest in com.ibm.websphere.servlet.request.extended with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw  
      Modifier and Type Interface and Description
      interface  com.ibm.websphere.servlet.request.extended.IRequestExtended 
    • Uses of IRequest in com.ibm.websphere.servlet.response

      Methods in com.ibm.websphere.servlet.response that return IRequest 
      Modifier and Type Method and Description
      IRequest IResponse.getWCCRequest()
      Get the webcontainer channel request object for this response
    • Uses of IRequest in com.ibm.wsspi.webcontainer

      Subinterfaces of IRequest in com.ibm.wsspi.webcontainer 
      Modifier and Type Interface and Description
      interface  IRequest
      Deprecated. 
      v7.0 Application developers requiring this functionality should implement this using com.ibm.websphere.servlet.request.IRequest.
      Methods in com.ibm.wsspi.webcontainer with parameters of type IRequest 
      Modifier and Type Method and Description
      void WebContainer.handleRequest(IRequest req, IResponse res) 
    • Uses of IRequest in com.ibm.wsspi.webcontainer.servlet

      Methods in com.ibm.wsspi.webcontainer.servlet that return IRequest 
      Modifier and Type Method and Description
      IRequest DummyRequest.getIRequest() 
      IRequest IExtendedRequest.getIRequest() 
      Methods in com.ibm.wsspi.webcontainer.servlet with parameters of type IRequest 
      Modifier and Type Method and Description
      void DummyRequest.initForNextRequest(IRequest req) 
      void IExtendedRequest.initForNextRequest(IRequest req) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes