public class Sm2TagRuleBundle extends Object implements TagRuleBundle
TagRuleBundle that adds additional properties as used by SiteMesh 2 and earlier.
These are:
frameset: Will have the value true if any <frame> or
<frameset> (but not <iframe>) tags are encountered on the page.XXX: Each attribute of the <html> tag, where
XXX is the attribute name.page.XXX: For each element of the form <parameter name='XXX' value='YYY'>
or <content tag='XXX'>YYY</content> on the page.| Constructor and Description |
|---|
Sm2TagRuleBundle() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
void |
install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
public void install(State defaultState, ContentProperty contentProperty, SiteMeshContext siteMeshContext)
install in interface TagRuleBundlepublic void cleanUp(State defaultState, ContentProperty contentProperty, SiteMeshContext siteMeshContext)
cleanUp in interface TagRuleBundleCopyright © 2015. All Rights Reserved.