Class Tag

java.lang.Object
jakarta.faces.view.facelets.Tag

public final class Tag extends Object
Representation of a Tag in the Facelet definition
  • Constructor Details

  • Method Details

    • getAttributes

      public TagAttributes getAttributes()
      All TagAttributes specified
      Returns:
      all TagAttributes specified
    • getLocalName

      public String getLocalName()
      Local name of the tag <my:tag /> would be "tag"
      Returns:
      local name of the tag
    • getLocation

      public Location getLocation()
      Location of the Tag in the Facelet file
      Returns:
      location of the Tag in the Facelet file
    • getNamespace

      public String getNamespace()
      The resolved Namespace for this tag
      Returns:
      the resolved namespace for this tag
    • getQName

      public String getQName()
      Get the qualified name for this tag <my:tag > would be "my:tag"
      Returns:
      qualified name of the tag
    • toString

      public String toString()
      Overrides:
      toString in class Object