Package org.codehaus.groovy.grails.web.sitemesh

Interface Summary
GrailsRoutablePrintWriter.DestinationFactory Factory to lazily instantiate the destination.
 

Class Summary
FactoryHolder Holds a reference to the Sitemesh Factory object.
GrailsContentBufferingResponse  
GrailsHTMLPageParser  
GrailsLayoutDecoratorMapper Implements the SiteMesh decorator mapper interface and allows grails views to map to grails layouts.
GrailsNoDecorator Grails version of Sitemesh's NoDecorator original version always calls response.setContentLength which would require the calculation of resulting bytes.
GrailsPageFilter Extends the default page filter to overide the apply decorator behaviour if the page is a GSP
GrailsPageResponseWrapper  
GrailsRoutablePrintWriter  
GrailsTokenizedHTMLPage  
GSPSitemeshPage Grails/GSP specific implementation of Sitemesh's AbstractHTMLPage g:capture* tags in RenderTagLib are used to capture head, meta, title, component & body contents.