Class BodyTagRule
- java.lang.Object
-
- com.opensymphony.module.sitemesh.html.BasicRule
-
- com.opensymphony.module.sitemesh.html.rules.BodyTagRule
-
-
Constructor Summary
Constructors Constructor Description BodyTagRule(PageBuilder page, CharArray body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(Tag tag)
-
Methods inherited from class com.opensymphony.module.sitemesh.html.BasicRule
currentBuffer, setContext, shouldProcess
-
-
-
-
Field Detail
-
page
private final PageBuilder page
-
body
private final CharArray body
-
-
Constructor Detail
-
BodyTagRule
public BodyTagRule(PageBuilder page, CharArray body)
-
-