Uses of Class
org.makumba.analyser.TagData

Packages that use TagData
org.makumba.analyser   
org.makumba.analyser.engine   
org.makumba.analyser.interfaces   
org.makumba.commons   
org.makumba.devel the makumba developer support, such as MDD, JSP and Java viewers. 
org.makumba.devel.relations   
 

Uses of TagData in org.makumba.analyser
 

Fields in org.makumba.analyser declared as TagData
 TagData AnalysableTag.tagData
          The TagData object holding the composite data collected by the analysis.
 

Fields in org.makumba.analyser with type parameters of type TagData
static ThreadLocal<TagData> AnalysableTag.analyzedTag
           
static ThreadLocal<TagData> AnalysableTag.runningTag
           
(package private) static ThreadLocal<Stack<TagData>> AnalysableTag.tagStack
           
 

Methods in org.makumba.analyser that return TagData
static TagData AnalysableTag.getAnalyzedTag()
           
static TagData AnalysableTag.getCurrentBodyTag()
           
static TagData AnalysableTag.getRunningTag()
           
 

Methods in org.makumba.analyser that return types with arguments of type TagData
static Stack<TagData> AnalysableTag.getThreadTagStack()
           
 

Methods in org.makumba.analyser with parameters of type TagData
 void AnalysableTag.setTagDataAtAnalysis(TagData tagData)
           
 

Uses of TagData in org.makumba.analyser.engine
 

Methods in org.makumba.analyser.engine with parameters of type TagData
static void JspParseData.tagDataLine(TagData td, StringBuffer sb)
          Prints the line of a tag and points the beginning of the tag.
 

Uses of TagData in org.makumba.analyser.interfaces
 

Methods in org.makumba.analyser.interfaces with parameters of type TagData
 void JspAnalyzer.endTag(TagData td, Object status)
          End of a body tag, like
 void JspAnalyzer.simpleTag(TagData td, Object status)
          A simple tag, like <
 void JspAnalyzer.startTag(TagData td, Object status)
          Start of a body tag
 void JspAnalyzer.systemTag(TagData td, Object status)
          A system tag, like <%@
 

Uses of TagData in org.makumba.commons
 

Methods in org.makumba.commons with parameters of type TagData
(package private)  void ParseStatus.addTag(AnalysableTag t, TagData td)
          Caches useful information for a tag in its TagData object and caches it in the pageCache.
 void ParseStatus.end(TagData td)
          Handles the end of tags
 void MakumbaJspAnalyzer.endTag(TagData td, Object status)
          Performs analysis for the end of a tag
protected  void MakumbaJspAnalyzer.handleNonMakumbaSystemTags(TagData td, Object status)
          Handles non-mak system tags.
protected  void MakumbaJspAnalyzer.handleNonMakumbaTags(TagData td, Object status)
          Handles non-mak tags.
 void MakumbaJspAnalyzer.simpleTag(TagData td, Object status)
          Performs analysis for a simple tag
 void MakumbaJspAnalyzer.startTag(TagData td, Object status)
          Performs analysis for the start of a tag
 void MakumbaJspAnalyzer.systemTag(TagData td, Object status)
          Performs analysis for a system tag FIXME this should be thought of much more
 

Uses of TagData in org.makumba.devel
 

Methods in org.makumba.devel with parameters of type TagData
 void JspxJspAnalyzer.endTag(TagData td, Object status)
          the end of a body tag, like
 void JspxJspAnalyzer.simpleTag(TagData td, Object status)
          a simple tag, like <
 void JspxJspAnalyzer.startTag(TagData td, Object status)
          start a body tag
 void JspxJspAnalyzer.systemTag(TagData td, Object status)
          a system tag, like <%@
 

Uses of TagData in org.makumba.devel.relations
 

Methods in org.makumba.devel.relations with parameters of type TagData
 void RelationParseStatus.addTag(TagData td)
           
protected  void JspRelationsAnalyzer.handleNonMakumbaSystemTags(TagData td, Object status)
           
protected  void JspRelationsAnalyzer.handleNonMakumbaTags(TagData td, Object status)