|
Interface Summary |
| Context |
Defines an interface to provide client context information . |
| Cookie |
Creates a cookie, a small amount of information sent by a servlet to
a Web browser, saved by the browser, and later sent back to the server. |
| Environment |
Base interface for an environment abstraction |
| ModifiableSource |
Deprecated. Use the Source interface instead |
| PermanentRedirector |
Interface for a permanent redirector abstraction |
| Redirector |
Interface for an redirector abstraction |
| Request |
Defines an interface to provide client request information . |
| Response |
Defines an interface to provide client response information . |
| Session |
Provides a way to identify a user across more than one page
request or visit to a Web site and to store information about that user. |
| Source |
Deprecated. Use the Source interface instead |
| SourceResolver |
Base interface for resolving a source by system identifiers. |
| WriteableSource |
Deprecated. Use the ModifiableSource interface instead |