Uses of Class
com.opensymphony.module.sitemesh.html.State
Packages that use State
Package
Description
-
Uses of State in com.opensymphony.module.sitemesh.html
Fields in com.opensymphony.module.sitemesh.html declared as StateModifier and TypeFieldDescriptionprivate State
HTMLProcessor.currentState
private final State
HTMLProcessor.defaultState
private State
StateTransitionRule.lastState
private final State
StateTransitionRule.newState
Methods in com.opensymphony.module.sitemesh.html that return StateModifier and TypeMethodDescriptionHTMLProcessorContext.currentState()
HTMLProcessor.defaultState()
Methods in com.opensymphony.module.sitemesh.html with parameters of type StateConstructors in com.opensymphony.module.sitemesh.html with parameters of type StateModifierConstructorDescriptionStateTransitionRule
(String tagName, State newState) StateTransitionRule
(String tagName, State newState, boolean writeEnclosingTag) -
Uses of State in com.opensymphony.module.sitemesh.multipass
Methods in com.opensymphony.module.sitemesh.multipass with parameters of type StateModifier and TypeMethodDescriptionprotected void
DivExtractingPageParser.addUserDefinedRules
(State html, PageBuilder page) -
Uses of State in com.opensymphony.module.sitemesh.parser
Methods in com.opensymphony.module.sitemesh.parser with parameters of type StateModifier and TypeMethodDescriptionprotected void
HTMLPageParser.addUserDefinedRules
(State html, PageBuilder page)