java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.faces.webapp.AttributeTag
All Implemented Interfaces:
IterationTag, Serializable
The
- Faces implementation must now provide the
implementation for this class.Tag implementation that adds an attribute with a specified name and String value to the component whose tag it is nested inside, if the component does not already contain an attribute with the same name. This tag creates no output to the page currently being created.
Fields inherited from javax.servlet.jsp.tagext.TagSupport: |
---|
id, pageContext, class$javax$servlet$jsp$tagext$Tag |
Method from javax.faces.webapp.AttributeTag Summary: |
---|
doEndTag, doStartTag, release, setName, setValue |
Methods from javax.servlet.jsp.tagext.TagSupport: |
---|
class$, doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.webapp.AttributeTag Detail: |
---|
Deprecated! |
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. |
Deprecated! Release references to any acquired resources. |
Deprecated! Set the attribute name. |
Deprecated! Set the attribute value. |