com.opensymphony.module.sitemesh.html
Class State
java.lang.Object
com.opensymphony.module.sitemesh.html.State
- public class State
- extends Object
|
Constructor Summary |
State()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rules
private final List rules
listeners
private final ArrayList listeners
State
public State()
addRule
public void addRule(TagRule rule)
shouldProcessTag
public boolean shouldProcessTag(String tagName)
getRule
public TagRule getRule(String tagName)
addListener
public void addListener(StateChangeListener listener)
endOfState
public void endOfState()