| Interface | Description |
|---|---|
| GrailsRoutablePrintWriter.DestinationFactory |
Factory to lazily instantiate the destination.
|
| Class | Description |
|---|---|
| FactoryHolder |
Holds a reference to the Sitemesh Factory object.
|
| Grails5535Factory |
TODO remove this once http://jira.opensymphony.com/browse/SIM-263 is fixed.
|
| GrailsContentBufferingResponse | |
| GrailsHTMLPageParser | |
| GrailsLayoutDecoratorMapper |
Implements the SiteMesh decorator mapper interface and allows grails views to map to grails layouts.
|
| GrailsLayoutView | |
| GrailsNoDecorator |
Grails version of Sitemesh's NoDecorator
original version always calls response.setContentLength which would require the calculation of
resulting bytes.
|
| GrailsPageResponseWrapper | |
| GrailsRoutablePrintWriter | |
| GrailsTokenizedHTMLPage | |
| GrailsViewBufferingResponse | |
| GroovyPageLayoutFinder |
Provides the logic for GrailsLayoutDecoratorMapper without so many ties to
the Sitemesh API.
|
| GSPSitemeshPage |
Grails/GSP specific implementation of Sitemesh's AbstractHTMLPage
g:capture* tags in RenderTagLib are used to capture head, meta, title, component & body contents.
|
| SitemeshLayoutView | |
| SpringMVCViewDecorator |
Encapsulates the logic for rendering a layout.
|