Uses of Class
org.sitemesh.tagprocessor.BasicBlockRule

Packages that use BasicBlockRule
org.sitemesh.content.tagrules.decorate   
org.sitemesh.content.tagrules.html A set of commonly used out-of-the-box TagRules. 
 

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

Subclasses of BasicBlockRule in org.sitemesh.content.tagrules.decorate
 class SiteMeshDecorateRule
          Rule that applies decorators to inline blocks of content.
 class SiteMeshWriteRule
          Replaces tags that look like <sitemesh:write property='foo'/> with the ContentProperty being merged into the current document.
 

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

Subclasses of BasicBlockRule in org.sitemesh.content.tagrules.html
 class ContentBlockExtractingRule
          Extracts the contents of any elements that look like <content tag='foo'>...</content> and write the contents to a page property (page.foo).
 class DivExtractingRule
           
 class ExportTagToContentRule
          Exports the contents of a match tag to property of the passed in ContentProperty.
 class TitleExtractingRule
          Extracts the contents of the <title> element from the page and exports it as the title property.
 



Copyright © 2011. All Rights Reserved.