Class State
- java.lang.Object
-
- com.opensymphony.module.sitemesh.html.State
-
public final class State extends Object
-
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addListener(StateChangeListener listener)
void
addRule(TagRule rule)
void
addTextFilter(TextFilter textFilter)
void
endOfState()
TagRule
getRule(String tagName)
void
handleText(Text text, HTMLProcessorContext context)
boolean
shouldProcessTag(String tagName)
-
-
-
Method Detail
-
addRule
public void addRule(TagRule rule)
-
addTextFilter
public void addTextFilter(TextFilter textFilter)
-
shouldProcessTag
public boolean shouldProcessTag(String tagName)
-
addListener
public void addListener(StateChangeListener listener)
-
endOfState
public void endOfState()
-
handleText
public void handleText(Text text, HTMLProcessorContext context)
-
-