Class AttributeTag

  • All Implemented Interfaces:
    IterationTag, JspTag, Tag, java.io.Serializable

    @Deprecated
    public class AttributeTag
    extends TagSupport
    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.

    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