Uses of Interface
org.sitemesh.content.tagrules.TagRuleBundle

Packages that use TagRuleBundle
org.sitemesh.builder   
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   
 

Uses of TagRuleBundle in org.sitemesh.builder
 

Methods in org.sitemesh.builder with parameters of type TagRuleBundle
 BUILDER BaseSiteMeshBuilder.addTagRuleBundle(TagRuleBundle bundle)
          Add a new TagRuleBundle to the TagBasedContentProcessor.
 BUILDER BaseSiteMeshBuilder.addTagRuleBundles(TagRuleBundle... bundles)
          Convenient way to call BaseSiteMeshBuilder.addTagRuleBundle(org.sitemesh.content.tagrules.TagRuleBundle) multiple times.
 BUILDER BaseSiteMeshBuilder.setTagRuleBundles(TagRuleBundle... bundles)
          Set the TagRuleBundles.
 

Method parameters in org.sitemesh.builder with type arguments of type TagRuleBundle
 BUILDER BaseSiteMeshBuilder.addTagRuleBundles(Iterable<TagRuleBundle> bundles)
          Convenient way to call BaseSiteMeshBuilder.addTagRuleBundle(org.sitemesh.content.tagrules.TagRuleBundle) multiple times.
 BUILDER BaseSiteMeshBuilder.setTagRuleBundles(Iterable<TagRuleBundle> bundles)
          Set the TagRuleBundles.
 

Uses of TagRuleBundle in org.sitemesh.content.tagrules
 

Methods in org.sitemesh.content.tagrules that return TagRuleBundle
 TagRuleBundle[] TagBasedContentProcessor.getTagRuleBundles()
           
 

Constructors in org.sitemesh.content.tagrules with parameters of type TagRuleBundle
TagBasedContentProcessor(TagRuleBundle... tagRuleBundles)
           
 

Uses of TagRuleBundle in org.sitemesh.content.tagrules.decorate
 

Classes in org.sitemesh.content.tagrules.decorate that implement TagRuleBundle
 class DecoratorTagRuleBundle
          TagRuleBundle for custom SiteMesh tags used for building/applying decorators.
 

Uses of TagRuleBundle in org.sitemesh.content.tagrules.html
 

Classes in org.sitemesh.content.tagrules.html that implement TagRuleBundle
 class CoreHtmlTagRuleBundle
          ContentProcessor implementation that processes HTML documents.
 class DivExtractingTagRuleBundle
          TagRuleBundle that exports all <div> elements as properties.
 class Sm2TagRuleBundle
          TagRuleBundle that adds additional properties as used by SiteMesh 2 and earlier.
 

Uses of TagRuleBundle in org.sitemesh.content.tagrules.msoffice
 

Classes in org.sitemesh.content.tagrules.msoffice that implement TagRuleBundle
 class MsOfficeTagRuleBundle
          TagRuleBundle that adds document properties from MS Office Word and Excel documents that have been saved as HTML.
 



Copyright © 2011. All Rights Reserved.