|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSimpleTagSupport
AbstractSimpleTag
Attribute
public class Attribute
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 |
---|
public Attribute()
Method Detail |
---|
public String getTagName()
getTagName
in interface INetuiTag
getTagName
in class AbstractSimpleTag
public void setName(String name) throws JspException
name
attribute.
name
- - the value of the name
attribute.
JspException
public void setValue(String value)
value
attribute.
value
- - the value of the name
attribute.public void setFacet(String facet) throws JspException
facet
attribute.
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 |