Interface | Description |
---|---|
IServletConfig | |
IServletContext |
This is an extension to IBMServletContext which can be used to
|
IServletWrapper |
Generic RequestProcessor representation of a compiled servlet.
|
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.
|
Class | Description |
---|---|
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 |