org.apache.beehive.netui.tags.tree
Class TreeLabel

Object
  extended by SimpleTagSupport
      extended by AbstractSimpleTag
          extended by TreeLabel
All Implemented Interfaces:
JspTag, SimpleTag, INetuiTag

public class TreeLabel
extends AbstractSimpleTag

See Also:
Tree, TreeElement

Constructor Summary
TreeLabel()
           
 
Method Summary
 void doTag()
          Add this node to the parent.
 String getTagName()
          Return the name of the Tag.
 
Methods inherited from class AbstractSimpleTag
getBufferBody, getHtmlTag, getIdForTagId, getInlineError, getPageContext, getScriptReporter, getUserLocale, hasErrors, registerTagError, registerTagError, reportErrors, rewriteName, setNonEmptyValueAttribute, setRequiredValueAttribute, write
 
Methods inherited from class SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeLabel

public TreeLabel()
Method Detail

getTagName

public String getTagName()
Return the name of the Tag.

Specified by:
getTagName in interface INetuiTag
Specified by:
getTagName in class AbstractSimpleTag
Returns:
the name of the tag.

doTag

public void doTag()
           throws JspException,
                  IOException
Add this node to the parent.

Specified by:
doTag in interface SimpleTag
Overrides:
doTag in class SimpleTagSupport
Throws:
JspException - if a JSP exception has occurred
IOException