|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSimpleTagSupport
AbstractSimpleTag
Behavior
public class Behavior
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 |
---|
public Behavior()
Method Detail |
---|
public String getTagName()
getTagName
in interface INetuiTag
getTagName
in class AbstractSimpleTag
public void setName(String name) throws JspException
name
behavior.
name
- - the value of the name
behavior.
JspException
public void setValue(String value)
value
behavior.
value
- - the value of the name
behavior.public void setFacet(String facet) throws JspException
facet
behavior.
facet
- - the value of the facet
attribute.
JspException
public void doTag() throws JspException
doTag
in interface SimpleTag
doTag
in class SimpleTagSupport
JspException
- if a JSP exception has occurred
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |