@Version(value="1.4.0")
Interface | Description |
---|---|
IPlatformHelper | |
IPoolable | |
IRequest | Deprecated
v7.0 Application developers requiring this functionality
should implement this using com.ibm.websphere.servlet.request.IRequest.
|
IResponse | Deprecated
v7.0 Application developers requiring this functionality
should implement this using com.ibm.websphere.servlet.response.IResponse.
|
IWebContainer | |
RequestProcessor |
Interface that indicates that the implementation class is capable of processing
ServletRequests.
|
WebContainerConfig |
WebContainerConfig is used to get WebContainer level config data such as
default virtual host name and current caching status.
|
WebContainerConstants |
WebContainerConstants contains static final strings to be used by all of
webcontainer to prevent string recreation.
|
Class | Description |
---|---|
WCCustomProperties |
WCCustomProperties contains static strings of all the custom properties in the
webcontainer.
|
WebContainer |
This class enables users to get at an instance (singleton) of the
WebContainer so that they can delegate request processing.
|
WebContainerRequestState |
WebContainerRequestState is the thread local used to store per request info that can't be passed because of method
signature requirements
|
Exception | Description |
---|---|
ClosedConnectionException |
This class is a subclass of IOException used to differentiate when a client
prematurely terminates a connection to the server from other IOExceptions.
|