org.sitemesh.content.tagrules.html
Class Sm2TagRuleBundle
java.lang.Object
org.sitemesh.content.tagrules.html.Sm2TagRuleBundle
- All Implemented Interfaces:
- TagRuleBundle
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.
- Author:
- Joe Walnes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sm2TagRuleBundle
public Sm2TagRuleBundle()
install
public void install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
- Specified by:
install in interface TagRuleBundle
cleanUp
public void cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
- Specified by:
cleanUp in interface TagRuleBundle
Copyright © 2011. All Rights Reserved.