org.sitemesh.content.tagrules.decorate
Class DecoratorTagRuleBundle

java.lang.Object
  extended by org.sitemesh.content.tagrules.decorate.DecoratorTagRuleBundle
All Implemented Interfaces:
TagRuleBundle

public class DecoratorTagRuleBundle
extends Object
implements TagRuleBundle

TagRuleBundle for custom SiteMesh tags used for building/applying decorators.

Author:
Joe Walnes

Constructor Summary
DecoratorTagRuleBundle()
           
 
Method Summary
 void cleanUp(State defaultState, ContentProperty contentProperty, SiteMeshContext siteMeshContext)
           
 void install(State defaultState, ContentProperty contentProperty, SiteMeshContext siteMeshContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratorTagRuleBundle

public DecoratorTagRuleBundle()
Method Detail

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.