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 |
Describes a Source object whose data content can change. |
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 |
Description of a source. |
SourceResolver |
Base interface for resolving a source by system identifiers. |
WriteableSource |
A Source that can be written to. |