Class FacetTag

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

    public class FacetTag
    extends TagSupport

    FacetTag is the Jakarta Server Pages mechanism for denoting a UIComponent is to be added as a facet to the component associated with its parent.

    A FacetTag must have one and only one child. This child must be a UIComponentTag instance representing a single UIComponent instance.

    See Also:
    Serialized Form
    • Constructor Detail

      • FacetTag

        public FacetTag()
    • Method Detail

      • getName

        public java.lang.String getName()

        Return the name to be assigned to this facet.

        Returns:
        the name
      • setName

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

        Set the name to be assigned to this facet.

        Parameters:
        name - The new facet name