Save This Page
Home » sitemesh-2.3 » com.opensymphony.module » sitemesh » html » [javadoc | source]
com.opensymphony.module.sitemesh.html
abstract public class: BlockExtractingRule [javadoc | source]
java.lang.Object
   com.opensymphony.module.sitemesh.html.BasicRule
      com.opensymphony.module.sitemesh.html.BlockExtractingRule

All Implemented Interfaces:
    TagRule

Direct Known Subclasses:
    MSOfficeDocumentPropertiesRule, TitleExtractingRule, ContentBlockExtractingRule, HeadExtractingRule, TitleExtractingRule, ContentBlockExtractingRule, MSOfficeDocumentPropertiesRule, HeadExtractingRule

Fields inherited from com.opensymphony.module.sitemesh.html.BasicRule:
context
Constructor:
 protected BlockExtractingRule(boolean includeEnclosingTags) 
 protected BlockExtractingRule(boolean includeEnclosingTags,
    String acceptableTagName) 
Method from com.opensymphony.module.sitemesh.html.BlockExtractingRule Summary:
createBuffer,   end,   process,   start
Methods from com.opensymphony.module.sitemesh.html.BasicRule:
process,   setContext,   shouldProcess
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.module.sitemesh.html.BlockExtractingRule Detail:
 protected CharArray createBuffer() 
 protected  void end(Tag tag) 
 public  void process(Tag tag) 
 protected  void start(Tag tag)