Package | Description |
---|---|
com.ibm.websphere.servlet.filter | |
com.ibm.websphere.servlet.response | |
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 |
---|---|
void |
StoredResponse.buildResponseData(ServletResponseExtended response) |
void |
StoredResponse.buildWriterData(ServletResponseExtended response) |
Constructor and Description |
---|
StoredResponse(ServletResponseExtended extResponse,
boolean isInclude) |
Modifier and Type | Interface and Description |
---|---|
interface |
IExtendedResponse
IExtendedResponse is an spi for websphere additions to the standard
ServletResponse methods
|