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
|
Modifier and Type | Method and Description |
---|---|
IResponse |
IRequest.getWCCResponse()
Returns the webcontainer channel response object for this request
|
Modifier and Type | Method and Description |
---|---|
IResponse |
StoredResponse.getIResponse() |
Modifier and Type | Method and Description |
---|---|
void |
DummyResponse.initForNextResponse(IResponse res) |
void |
StoredResponse.initForNextResponse(IResponse res) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
WebContainer.handleRequest(IRequest req,
IResponse res) |
Modifier and Type | Method and Description |
---|---|
IResponse |
IExtendedResponse.getIResponse() |
IResponse |
ServletResponseExtended.getIResponse() |
Modifier and Type | Method and Description |
---|---|
void |
IExtendedResponse.initForNextResponse(IResponse res) |