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.
|
SitemeshBuffer |
A potentially chained sitemesh buffer
|
SitemeshWriter |
A sitemesh buffer writer.
|
Class | Description |
---|---|
Config |
Common interface to ServletConfig and FilterConfig
(since javax.servlet.Config was removed from 2.3 spec).
|
DefaultSitemeshBuffer |
The default implementation of sitemesh buffer
|
DefaultSitemeshBuffer.Builder | |
Factory |
Factory responsible for creating appropriate instances of implementations.
|
SitemeshBufferFragment |
A fragment of a sitemesh buffer.
|
SitemeshBufferFragment.Builder |
A builder for fragments.
|
SitemeshBufferWriter |
A char array writer that caches other sitemesh buffers written to it, so that it doesn't have to continually copy
them from buffer to buffer.
|