com.opensymphony.module.sitemesh.html
Class State

java.lang.Object
  extended bycom.opensymphony.module.sitemesh.html.State

public class State
extends Object


Field Summary
private  ArrayList listeners
           
private  List rules
           
 
Constructor Summary
State()
           
 
Method Summary
 void addListener(StateChangeListener listener)
           
 void addRule(TagRule rule)
           
 void endOfState()
           
 TagRule getRule(String tagName)
           
 boolean shouldProcessTag(String tagName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rules

private final List rules

listeners

private final ArrayList listeners
Constructor Detail

State

public State()
Method Detail

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()

www.opensymphony.com/sitemesh/