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

Uses of Interface
com.ibm.websphere.servlet.response.IResponse

  • Packages that use IResponse 
    Package Description
    com.ibm.websphere.servlet.request  
    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 IResponse in com.ibm.websphere.servlet.request

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

      Methods in com.ibm.websphere.servlet.response that return IResponse 
      Modifier and Type Method and Description
      IResponse StoredResponse.getIResponse() 
      Methods in com.ibm.websphere.servlet.response with parameters of type IResponse 
      Modifier and Type Method and Description
      void DummyResponse.initForNextResponse(IResponse res) 
      void StoredResponse.initForNextResponse(IResponse res) 
    • Uses of IResponse in com.ibm.wsspi.webcontainer

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

      Methods in com.ibm.wsspi.webcontainer.servlet that return IResponse 
      Modifier and Type Method and Description
      IResponse IExtendedResponse.getIResponse() 
      IResponse ServletResponseExtended.getIResponse() 
      Methods in com.ibm.wsspi.webcontainer.servlet with parameters of type IResponse 
      Modifier and Type Method and Description
      void IExtendedResponse.initForNextResponse(IResponse res) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes