Package | Description |
---|---|
com.ibm.websphere.servlet.filter | |
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 | Class and Description |
---|---|
class |
ChainedResponse
Deprecated.
Application developers requiring this functionality
should implement this using javax.servlet.filter classes.
|
Modifier and Type | Class and Description |
---|---|
class |
StoredResponse
StoredResponse is a response object that can be instantiated
by any servlet and used/passed as a standard HttpResponse.
|
Modifier and Type | Method and Description |
---|---|
IExtendedResponse |
WebContainerRequestState.getCurrentThreadsIExtendedResponse() |
Modifier and Type | Method and Description |
---|---|
void |
WebContainerRequestState.setCurrentThreadsIExtendedResponse(IExtendedResponse hres) |
Modifier and Type | Method and Description |
---|---|
IExtendedResponse |
DummyRequest.getResponse() |
IExtendedResponse |
IExtendedRequest.getResponse() |
Modifier and Type | Method and Description |
---|---|
void |
DummyRequest.setResponse(IExtendedResponse extResp) |
void |
IExtendedRequest.setResponse(IExtendedResponse extResp) |