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
|
Modifier and Type | Interface and Description |
---|---|
interface |
com.ibm.websphere.servlet.request.extended.IRequestExtended |
Modifier and Type | Method and Description |
---|---|
IRequest |
IResponse.getWCCRequest()
Get the webcontainer channel request object for this response
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
WebContainer.handleRequest(IRequest req,
IResponse res) |
Modifier and Type | Method and Description |
---|---|
IRequest |
DummyRequest.getIRequest() |
IRequest |
IExtendedRequest.getIRequest() |
Modifier and Type | Method and Description |
---|---|
void |
DummyRequest.initForNextRequest(IRequest req) |
void |
IExtendedRequest.initForNextRequest(IRequest req) |