Uses of Class
com.opensymphony.module.sitemesh.html.State
Packages that use State
Package
Description
HTML Package.
Mutlipass Package.
Parser Package.
-
Uses of State in com.opensymphony.module.sitemesh.html
Methods in com.opensymphony.module.sitemesh.html that return StateModifier and TypeMethodDescriptionHTMLProcessorContext.currentState()Current state.HTMLProcessor.defaultState()Default state.Methods in com.opensymphony.module.sitemesh.html with parameters of type StateModifier and TypeMethodDescriptionvoidHTMLProcessorContext.changeState(State newState) Change state.Constructors in com.opensymphony.module.sitemesh.html with parameters of type StateModifierConstructorDescriptionStateTransitionRule(String tagName, State newState) Instantiates a new state transition rule.StateTransitionRule(String tagName, State newState, boolean writeEnclosingTag) Instantiates a new state transition rule. -
Uses of State in com.opensymphony.module.sitemesh.multipass
Methods in com.opensymphony.module.sitemesh.multipass with parameters of type StateModifier and TypeMethodDescriptionprotected voidDivExtractingPageParser.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 voidHTMLPageParser.addUserDefinedRules(State html, PageBuilder page) Adds the user defined rules.