org.apache.beehive.netui.tags.html
Class Attribute

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

public class Attribute
extends AbstractSimpleTag


Constructor Summary
Attribute()
           
 
Method Summary
 void doTag()
          Add the URL parameter to the Parameter's parent.
 String getTagName()
          Return the name of the Tag.
 void setFacet(String facet)
          Sets the facet attribute.
 void setName(String name)
          Sets the name attribute.
 void setValue(String value)
          Sets the value attribute.
 
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

Attribute

public Attribute()
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.

setName

public void setName(String name)
             throws JspException
Sets the name attribute.

Parameters:
name - the name of the attribute.
Throws:
JspException

setValue

public void setValue(String value)
Sets the value attribute.

Parameters:
value - the value of the attribute.

setFacet

public void setFacet(String facet)
              throws JspException
Sets the facet attribute.

Parameters:
facet - the value of the facet attribute.
Throws:
JspException

doTag

public void doTag()
           throws JspException
Add the URL parameter to the Parameter's parent.

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