Class AttributeTag

  • All Implemented Interfaces:
    IterationTag, JspTag, Tag

    Deprecated. 
    The Faces implementation must now provide the implementation for this class.

    public class AttributeTag
    extends TagSupport

    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.

    See Also:
    Serialized Form
    • Constructor Detail

      • AttributeTag

        public AttributeTag​()
        Deprecated. 
    • Method Detail

      • setName

        public void setName​(java.lang.String name)
        Deprecated. 

        Set the attribute name.

        Parameters:
        name - The new attribute name
      • setValue

        public void setValue​(java.lang.String value)
        Deprecated. 

        Set the attribute value.

        Parameters:
        value - The new attribute value
      • release

        public void release​()
        Deprecated. 

        Release references to any acquired resources.

        Specified by:
        release in interface Tag
        Overrides:
        release in class TagSupport
        See Also:
        Tag.release()