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 Description IResponseIRequest. 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 Description IResponseStoredResponse. getIResponse()Methods in com.ibm.websphere.servlet.response with parameters of type IResponse Modifier and Type Method Description voidDummyResponse. initForNextResponse(IResponse res)voidStoredResponse. initForNextResponse(IResponse res) -
Uses of IResponse in com.ibm.wsspi.webcontainer
Subinterfaces of IResponse in com.ibm.wsspi.webcontainer Modifier and Type Interface Description interfaceIResponseDeprecated.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 Description voidWebContainer. 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 Description IResponseIExtendedResponse. getIResponse()IResponseServletResponseExtended. getIResponse()Methods in com.ibm.wsspi.webcontainer.servlet with parameters of type IResponse Modifier and Type Method Description voidIExtendedResponse. initForNextResponse(IResponse res)
-