com.opensymphony.module.sitemesh.html.rules
Class BodyTagRule

java.lang.Object
  extended by com.opensymphony.module.sitemesh.html.BasicRule
      extended by com.opensymphony.module.sitemesh.html.rules.BodyTagRule
All Implemented Interfaces:
TagRule

public class BodyTagRule
extends BasicRule


Field Summary
private  CharArray body
           
private  PageBuilder page
           
 
Fields inherited from class com.opensymphony.module.sitemesh.html.BasicRule
context
 
Constructor Summary
BodyTagRule(PageBuilder page, CharArray body)
           
 
Method Summary
 void process(Tag tag)
           
 
Methods inherited from class com.opensymphony.module.sitemesh.html.BasicRule
currentBuffer, setContext, shouldProcess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

page

private final PageBuilder page

body

private final CharArray body
Constructor Detail

BodyTagRule

public BodyTagRule(PageBuilder page,
                   CharArray body)
Method Detail

process

public void process(Tag tag)
Specified by:
process in interface TagRule
Specified by:
process in class BasicRule

www.opensymphony.com/sitemesh/