Package jakarta.faces.view.facelets
Class Tag
java.lang.Object
jakarta.faces.view.facelets.Tag
Representation of a Tag in the Facelet definition
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Tagpublic Tag(Location location, String namespace, String localName, String qName, TagAttributes attributes) 
- 
Tag
 
- 
- 
Method Details- 
getAttributesAll TagAttributes specified- Returns:
- all TagAttributes specified
 
- 
getLocalNameLocal name of the tag <my:tag /> would be "tag"- Returns:
- local name of the tag
 
- 
getLocationLocation of the Tag in the Facelet file- Returns:
- location of the Tag in the Facelet file
 
- 
getNamespaceThe resolved Namespace for this tag- Returns:
- the resolved namespace for this tag
 
- 
getQNameGet the qualified name for this tag <my:tag > would be "my:tag"- Returns:
- qualified name of the tag
 
- 
toString
 
-