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 -
-
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 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 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 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 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 Description IRequest
DummyRequest. getIRequest()
IRequest
IExtendedRequest. getIRequest()
Methods in com.ibm.wsspi.webcontainer.servlet with parameters of type IRequest Modifier and Type Method Description void
DummyRequest. initForNextRequest(IRequest req)
void
IExtendedRequest. initForNextRequest(IRequest req)
-