|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use State | |
|---|---|
| org.sitemesh.content.tagrules | |
| org.sitemesh.content.tagrules.decorate | |
| org.sitemesh.content.tagrules.html | A set of commonly used out-of-the-box TagRules. |
| org.sitemesh.content.tagrules.msoffice | |
| org.sitemesh.tagprocessor | The SiteMesh TagProcessor |
| Uses of State in org.sitemesh.content.tagrules |
|---|
| Methods in org.sitemesh.content.tagrules with parameters of type State | |
|---|---|
void |
TagRuleBundle.cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
|
void |
TagRuleBundle.install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
|
| Uses of State in org.sitemesh.content.tagrules.decorate |
|---|
| Methods in org.sitemesh.content.tagrules.decorate with parameters of type State | |
|---|---|
void |
DecoratorTagRuleBundle.cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
|
void |
DecoratorTagRuleBundle.install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
|
| Uses of State in org.sitemesh.content.tagrules.html |
|---|
| Methods in org.sitemesh.content.tagrules.html with parameters of type State | |
|---|---|
void |
Sm2TagRuleBundle.cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
|
void |
DivExtractingTagRuleBundle.cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
|
void |
CoreHtmlTagRuleBundle.cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
|
void |
Sm2TagRuleBundle.install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
|
void |
DivExtractingTagRuleBundle.install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
|
void |
CoreHtmlTagRuleBundle.install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
|
| Uses of State in org.sitemesh.content.tagrules.msoffice |
|---|
| Methods in org.sitemesh.content.tagrules.msoffice with parameters of type State | |
|---|---|
void |
MsOfficeTagRuleBundle.cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
|
void |
MsOfficeTagRuleBundle.install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
|
| Uses of State in org.sitemesh.tagprocessor |
|---|
| Methods in org.sitemesh.tagprocessor that return State | |
|---|---|
State |
TagProcessorContext.currentState()
Return the current State the processor is in. |
State |
TagProcessor.defaultState()
The default state of the processor (that is, when it begins processing). |
| Methods in org.sitemesh.tagprocessor with parameters of type State | |
|---|---|
void |
TagProcessorContext.changeState(State newState)
Change the State of the processor, which will result in
different TagRules being applied. |
| Constructors in org.sitemesh.tagprocessor with parameters of type State | |
|---|---|
StateTransitionRule(State newState)
|
|
StateTransitionRule(State newState,
boolean writeEnclosingTag)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||