@groovy.transform.CompileStatic @TagLib class SitemeshTagLib extends java.lang.Object
Internal Sitemesh pre-processor tags.
| Modifiers | Name | Description | 
|---|---|---|
| protected static java.lang.String | GSP_SITEMESH_PAGE | 
| Type | Name and description | 
|---|---|
| groovy.lang.Closure | captureBodyCaptures the <body> tag. | 
| groovy.lang.Closure | captureContentCaptures the individual <content> tags. | 
| groovy.lang.Closure | captureHeadCaptures the <head> tag. | 
| groovy.lang.Closure | captureMetaCaptures the individual <meta> tags. | 
| groovy.lang.Closure | captureTitleCaptures the <title> tag. | 
| CodecLookup | codecLookup | 
| static java.lang.String | namespace | 
| groovy.lang.Closure | parameterAllows passing of parameters to Sitemesh layout. | 
| groovy.lang.Closure | wrapTitleTagWraps the title tag so that the buffer can be cleared out from the head buffer | 
| Type | Name and description | 
|---|---|
| java.lang.Object | captureTagContent(GrailsPrintWriter writer, java.lang.String tagname, java.util.Map attrs, java.lang.Object body, boolean noEndTagForEmpty = false) | 
| protected GSPSitemeshPage | findGSPSitemeshPage(javax.servlet.http.HttpServletRequest request) | 
| StreamCharBuffer | wrapContentInBuffer(java.lang.Object content) | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Captures the <body> tag.
Captures the individual <content> tags.
Captures the <head> tag.
Captures the individual <meta> tags.
Captures the <title> tag.
 Allows passing of parameters to Sitemesh layout.
 <sitemesh:parameter name="foo" value="bar" />
     
Wraps the title tag so that the buffer can be cleared out from the head buffer