com.opensymphony.module.sitemesh.html.rules
Class BodyTagRule
java.lang.Object
com.opensymphony.module.sitemesh.html.BasicRule
com.opensymphony.module.sitemesh.html.rules.BodyTagRule
- All Implemented Interfaces:
- TagRule
public class BodyTagRule
- extends BasicRule
Fields inherited from class com.opensymphony.module.sitemesh.html.BasicRule |
context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
page
private final PageBuilder page
body
private final CharArray body
BodyTagRule
public BodyTagRule(PageBuilder page,
CharArray body)
process
public void process(Tag tag)
- Specified by:
process
in interface TagRule
- Specified by:
process
in class BasicRule