@Version(value="3.0.0")
See: Description
| Interface | Description |
|---|---|
| AsyncContext |
AsyncContext is a private spi for websphere components to make
use of Async Servlet features
|
| IExtendedRequest |
IExtendedRequest is an spi for websphere additions to the standard
ServletRequest methods
|
| IExtendedResponse |
IExtendedResponse is an spi for websphere additions to the standard
ServletResponse methods
|
| IOutputMethodListener |
Interface to alert what type of output is being sent in a response.
|
| IServletConfig | |
| IServletContext |
This is an extension to IBMServletContext which can be used to
|
| IServletRequest |
This interface maybe be used by websphere components in situations where
they would like to do a parallel dispatch.
|
| IServletRequestWrapper |
Simple interface to allowing retrieving of a wrapped request object
without all the extra methods specified in the Servlet Specification
|
| IServletResponse |
This interface maybe be used by websphere components in situations where
they would like to do a parallel dispatch.
|
| IServletResponseWrapper |
Simple interface to allowing retrieving of a wrapped response object
without all the extra methods specified in the Servlet Specification
|
| IServletWrapper |
Generic RequestProcessor representation of a compiled servlet.
|
| ITransferContextService | |
| ITransferContextServiceExt |
ITransferContextService extension.
|
| ServletReferenceListener |
A listner that is associated with a single instance of a ServletWrapper (and
hence a servlet), and listens for invalidation events.
|
| ServletRequestExtended |
SPI used to extended ServletRequest to provide added method.
|
| ServletResponseExtended |
RTC 160610.
|
| Class | Description |
|---|---|
| DummyRequest | |
| GenericServletWrapper |
A convenience class that implements IServletWrapper.
|
| ServletConfigParmMap |
ServletConfigParmMap is an spi for a map that can be passed in to
configure various parts of a ServletConfig.
|
| Enum | Description |
|---|---|
| IServletConfig.CheckContextInitialized |