com.opensymphony.module.sitemesh.parser.rules
Class ContentBlockExtractingRule

java.lang.Object
  extended bycom.opensymphony.module.sitemesh.html.BasicRule
      extended bycom.opensymphony.module.sitemesh.html.BlockExtractingRule
          extended bycom.opensymphony.module.sitemesh.parser.rules.ContentBlockExtractingRule
All Implemented Interfaces:
TagRule

public class ContentBlockExtractingRule
extends BlockExtractingRule


Field Summary
private  String contentBlockId
           
private  HTMLPage page
           
 
Fields inherited from class com.opensymphony.module.sitemesh.html.BlockExtractingRule
 
Fields inherited from class com.opensymphony.module.sitemesh.html.BasicRule
context
 
Constructor Summary
ContentBlockExtractingRule(HTMLPage page)
           
 
Method Summary
protected  void end(Tag tag)
           
protected  void start(Tag tag)
           
 
Methods inherited from class com.opensymphony.module.sitemesh.html.BlockExtractingRule
createBuffer, process
 
Methods inherited from class com.opensymphony.module.sitemesh.html.BasicRule
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 HTMLPage page

contentBlockId

private String contentBlockId
Constructor Detail

ContentBlockExtractingRule

public ContentBlockExtractingRule(HTMLPage page)
Method Detail

start

protected void start(Tag tag)
Overrides:
start in class BlockExtractingRule

end

protected void end(Tag tag)
Overrides:
end in class BlockExtractingRule

www.opensymphony.com/sitemesh/