Interface | Description |
---|---|
Decorator |
Representation of a Decorator.
|
DecoratorMapper | |
HTMLPage |
Extension of
Page providing access to HTML data. |
Page |
The Page object wraps the contents of the original (undecorated) page.
|
PageParser |
The PageParser is responsible for parsing the page data into an appropriate
Page object. |
PageParserSelector | |
RequestConstants |
A set of static constants of Strings to be used as ServletRequest attribute keys
to represent various objects passed between pages.
|
Class | Description |
---|---|
Config |
Common interface to ServletConfig and FilterConfig
(since javax.servlet.Config was removed from 2.3 spec).
|
Factory |
Factory responsible for creating appropriate instances of implementations.
|