Uses of Interface
org.sitemesh.tagprocessor.Tag

Packages that use Tag
org.sitemesh.content.tagrules.decorate   
org.sitemesh.content.tagrules.html A set of commonly used out-of-the-box TagRules. 
org.sitemesh.tagprocessor The SiteMesh TagProcessor 
 

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

Methods in org.sitemesh.content.tagrules.decorate with parameters of type Tag
protected  void SiteMeshWriteRule.processEnd(Tag tag, Object data)
           
protected  void SiteMeshDecorateRule.processEnd(Tag tag, org.sitemesh.content.tagrules.decorate.SiteMeshDecorateRule.Holder holder)
           
protected  Object SiteMeshWriteRule.processStart(Tag tag)
           
protected  org.sitemesh.content.tagrules.decorate.SiteMeshDecorateRule.Holder SiteMeshDecorateRule.processStart(Tag tag)
           
 

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

Methods in org.sitemesh.content.tagrules.html with parameters of type Tag
 void TagReplaceRule.process(Tag tag)
           
 void ParameterExtractingRule.process(Tag tag)
           
 void MetaTagRule.process(Tag tag)
           
 void HtmlAttributesRule.process(Tag tag)
           
 void FramesetRule.process(Tag tag)
           
protected  void TitleExtractingRule.processEnd(Tag tag, Object data)
           
protected  void ExportTagToContentRule.processEnd(Tag tag, Object data)
           
protected  void DivExtractingRule.processEnd(Tag tag, String id)
           
protected  void ContentBlockExtractingRule.processEnd(Tag tag, String tagId)
           
protected  Object TitleExtractingRule.processStart(Tag tag)
           
protected  Object ExportTagToContentRule.processStart(Tag tag)
           
protected  String DivExtractingRule.processStart(Tag tag)
           
protected  String ContentBlockExtractingRule.processStart(Tag tag)
           
 

Uses of Tag in org.sitemesh.tagprocessor
 

Classes in org.sitemesh.tagprocessor that implement Tag
 class CustomTag
          A CustomTag provides a mechanism to manipulate the contents of a Tag.
 class TagTokenizer.ReusableToken
           
 

Methods in org.sitemesh.tagprocessor with parameters of type Tag
 void TagRule.process(Tag tag)
          Implementations can use this to do any necessary work on the Tag such as extracting values or transforming it.
 void StateTransitionRule.process(Tag tag)
           
abstract  void BasicRule.process(Tag tag)
           
 void BasicBlockRule.process(Tag tag)
           
protected abstract  void BasicBlockRule.processEnd(Tag tag, T data)
          Called when a block is ended (i.e.
protected abstract  T BasicBlockRule.processStart(Tag tag)
          Called when a block is started (i.e.
 void TagTokenizer.TokenHandler.tag(Tag tag)
          Called when tokenizer encounters an HTML tag (open, close or empty).
 

Constructors in org.sitemesh.tagprocessor with parameters of type Tag
CustomTag(Tag tag)
          Create a CustomTag based on an existing Tag - this takes a copy of the Tag.
 



Copyright © 2011. All Rights Reserved.