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

All Implemented Interfaces:
    TagRule

Direct Known Subclasses:
    FramesetRule, MetaTagRule, ParameterExtractingRule, TagReplaceRule, ParameterExtractingRule, BodyTagRule, TopLevelDivExtractingRule, MetaTagRule, MSOfficeDocumentPropertiesRule, TitleExtractingRule, StateTransitionRule, ContentBlockExtractingRule, HeadExtractingRule, BodyTagRule, HtmlAttributesRule, TitleExtractingRule, BlockExtractingRule, FramesetRule, ContentBlockExtractingRule, MSOfficeDocumentPropertiesRule, HeadExtractingRule, HtmlAttributesRule

Field Summary
protected  HTMLProcessorContext context     
Constructor:
 protected BasicRule() 
 protected BasicRule(String[] acceptableTagNames) 
 protected BasicRule(String acceptableTagName) 
Method from com.opensymphony.module.sitemesh.html.BasicRule Summary:
process,   setContext,   shouldProcess
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.module.sitemesh.html.BasicRule Detail:
 abstract public  void process(Tag tag)
 public  void setContext(HTMLProcessorContext context) 
 public boolean shouldProcess(String name)