@TagLib class RenderSitemeshTagLib extends java.lang.Object implements TagLibrary
Type | Name and description |
---|---|
groovy.lang.Closure |
applyLayout |
groovy.lang.Closure |
content |
groovy.lang.Closure |
ifPageProperty Invokes the body of this tag if the page property exists: |
groovy.lang.Closure |
layoutBody |
groovy.lang.Closure |
layoutHead |
groovy.lang.Closure |
layoutTitle |
groovy.lang.Closure |
pageProperty Used to retrieve a property of the decorated page. |
SiteMeshFilter |
siteMeshFilter |
Constructor and description |
---|
RenderSitemeshTagLib(FilterRegistrationBean sitemesh) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), 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() |
Invokes the body of this tag if the page property exists:
<g:ifPageProperty name="meta.index">body to invoke</g:ifPageProperty>
or it equals a certain value:
<g:ifPageProperty name="meta.index" equals="blah">body to invoke</g:ifPageProperty>
Used to retrieve a property of the decorated page.
<g:pageProperty default="defaultValue" name="body.onload" />
Groovy Documentation