com.opensymphony.module.sitemesh.html
Class BasicRule
java.lang.Object
com.opensymphony.module.sitemesh.html.BasicRule
- All Implemented Interfaces:
- TagRule
- Direct Known Subclasses:
- BlockExtractingRule, BodyTagRule, FramesetRule, HtmlAttributesRule, MetaTagRule, ParameterExtractingRule, StateTransitionRule
- public abstract class BasicRule
- extends Object
- implements TagRule
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
acceptableTagNames
private final String[] acceptableTagNames
context
protected HTMLProcessorContext context
BasicRule
protected BasicRule(String[] acceptableTagNames)
BasicRule
protected BasicRule(String acceptableTagName)
BasicRule
protected BasicRule()
setContext
public void setContext(HTMLProcessorContext context)
- Specified by:
setContext in interface TagRule
shouldProcess
public boolean shouldProcess(String name)
- Specified by:
shouldProcess in interface TagRule
process
public abstract void process(Tag tag)
- Specified by:
process in interface TagRule