|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.faces.webapp
|
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
AttributeTag()
Deprecated. |
Method Summary | |
---|---|
int |
doEndTag()
Deprecated. Default processing of the end tag returning EVAL_PAGE. |
int |
doStartTag()
Deprecated. Register the specified attribute name and value with the UIComponent instance associated with our most immediately
surrounding UIComponentTag instance, if this UIComponent
does not already have a value for the specified attribute name. |
void |
release()
Deprecated. Release references to any acquired resources. |
void |
setName(String name)
Deprecated. Set the attribute name. |
void |
setValue(String value)
Deprecated. Set the attribute value. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeTag()
Method Detail |
---|
public void setName(String name)
Set the attribute name.
name
- The new attribute namepublic void setValue(String value)
Set the attribute value.
value
- The new attribute valuepublic int doStartTag() throws JspException
Register the specified attribute name and value with the
UIComponent
instance associated with our most immediately
surrounding UIComponentTag
instance, if this UIComponent
does not already have a value for the specified attribute name.
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException
- if a JSP error occursTag.doStartTag()
public int doEndTag() throws JspException
TagSupport
doEndTag
in interface Tag
doEndTag
in class TagSupport
JspException
- if an error occurs while processing this tagTag.doEndTag()
public void release()
Release references to any acquired resources.
release
in interface Tag
release
in class TagSupport
Tag.release()