com.opensymphony.module.sitemesh |
|
Java Source File Name | Type | Comment |
Config.java | Class | Common interface to ServletConfig and FilterConfig
(since javax.servlet.Config was removed from 2.3 spec). |
Decorator.java | Interface | Representation of a Decorator. |
DecoratorMapper.java | Interface | The DecoratorMapper is responsible for determining which
com.opensymphony.module.sitemesh.Decorator should be used for a
com.opensymphony.module.sitemesh.Page . |
Factory.java | Class | Factory responsible for creating appropriate instances of implementations. |
HTMLPage.java | Interface | Extension of
com.opensymphony.module.sitemesh.Page providing access to HTML data.
The page is parsed and the <title> , <head>
(minus the <title> ) and <body> are split
into chunks. |
Page.java | Interface | The Page object wraps the contents of the original (undecorated) page.
The original data in its entirity can be written using the writePage()
methods. |
PageParser.java | Interface | The PageParser is responsible for parsing the page data into an appropriate
com.opensymphony.module.sitemesh.Page object.
The implementation of this can be switched to parse different kind of data
(e.g. HTML, WML, FOP, images) or for performance enhancements. |
PageParserSelector.java | Interface | |
RequestConstants.java | Interface | A set of static constants of Strings to be used as ServletRequest attribute keys
to represent various objects passed between pages. |