Class Summary |
BufferedRequest |
Wrapper for HttpServletRequest which makes a mime-multipart appear
like a regular servlet request. |
FormConverter |
An object responsbile for the conversion from an Form and
GenericObject into an HtmlPage object. |
GenericEditForm |
An implementation of PageProcessor that supports the editing
of any object that can expose itself as a GenericObject "view"
with a Form object that describes the layout of the page. |
GenericNoButtonEditForm |
A GenericEditForm with button rendering disabled. |
GenericViewSource |
An implementation of ViewSource used to manage arbitrary
view objects with the Session interface. |
HtmlUtil |
|
PageProcessor |
The base class for objects that perform HttpRequest processing
and generate HTML responses. |
RequestState |
A collection of objects that define the state of a single
HTTP request. |
RequestTokenizer |
This class serially processes an HTTP request input stream,
parsing one parameter at a time. |
TreeContentAdapterFactory |
A class that knows how to construct TreeContentAdapters. |