Home » Mojarra-2.0.1 » javax » faces » webapp » [javadoc | source]
javax.faces.webapp
public class: AttributeTag [javadoc | source]
java.lang.Object
   javax.servlet.jsp.tagext.TagSupport
      javax.faces.webapp.AttributeTag

All Implemented Interfaces:
    IterationTag, Serializable

Deprecated! 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:
 public int doEndTag() throws JspException 
      Deprecated!
 public int doStartTag() throws JspException 
      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.

 public  void release() 
      Deprecated!

    Release references to any acquired resources.

 public  void setName(String name) 
      Deprecated!

    Set the attribute name.

 public  void setValue(String value) 
      Deprecated!

    Set the attribute value.