Package jakarta.faces.view.facelets
Class Tag
java.lang.Object
jakarta.faces.view.facelets.Tag
Representation of a Tag in the Facelet definition
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Tag
public Tag(Location location, String namespace, String localName, String qName, TagAttributes attributes) -
Tag
-
-
Method Details
-
getAttributes
All TagAttributes specified- Returns:
- all TagAttributes specified
-
getLocalName
Local name of the tag <my:tag /> would be "tag"- Returns:
- local name of the tag
-
getLocation
Location of the Tag in the Facelet file- Returns:
- location of the Tag in the Facelet file
-
getNamespace
The resolved Namespace for this tag- Returns:
- the resolved namespace for this tag
-
getQName
Get the qualified name for this tag <my:tag > would be "my:tag"- Returns:
- qualified name of the tag
-
toString
-