com.opensymphony.module.sitemesh.html
Class StateTransitionRule
java.lang.Object
com.opensymphony.module.sitemesh.html.BasicRule
com.opensymphony.module.sitemesh.html.StateTransitionRule
- All Implemented Interfaces:
- TagRule
- public class StateTransitionRule
- extends BasicRule
| Fields inherited from class com.opensymphony.module.sitemesh.html.BasicRule |
context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newState
private final State newState
includeEnclosingTags
private final boolean includeEnclosingTags
lastState
private State lastState
StateTransitionRule
public StateTransitionRule(String tagName,
State newState,
boolean includeEnclosingTags)
process
public void process(Tag tag)
- Specified by:
process in interface TagRule- Specified by:
process in class BasicRule