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

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

public class Behavior
extends AbstractSimpleTag


Constructor Summary
Behavior()
           
 
Method Summary
 void doTag()
          Add the name/value pair to the IBehaviorConsumer parent of the tag.
 String getTagName()
          Return the name of the Tag.
 void setFacet(String facet)
          Sets the facet behavior.
 void setName(String name)
          Sets the name behavior.
 void setValue(String value)
          Sets the value behavior.
 
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

Behavior

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

Parameters:
name - - the value of the name behavior.
Throws:
JspException

setValue

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

Parameters:
value - - the value of the name behavior.

setFacet

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

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

doTag

public void doTag()
           throws JspException
Add the name/value pair to the IBehaviorConsumer parent of the tag.

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