- java.lang.Object
-
- javax.faces.view.facelets.Tag
-
public final class Tag extends Object
The runtime must create an instance of this class for each element in the Facelets XHTML view. A
TagConfig
subinterface instance is responsible for providing an instance ofTag
to theTagHandler
instance that is passed theTagConfig
in its constructor.- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor and Description Tag(Location location, String namespace, String localName, String qName, TagAttributes attributes)
Tag(Tag orig, TagAttributes attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description TagAttributes
getAttributes()
Return an object encapsulating the
TagAttributes
specified on this element in the view.String
getLocalName()
Return the XML local name of the tag.
Location
getLocation()
Return the
Location
of thisTag
instance in the Facelet view.String
getNamespace()
Return the resolved XML Namespace for this tag in the Facelets view.
String
getQName()
Return the XML qualified name for this tag.
String
toString()
-
-
-
Constructor Detail
-
Tag
public Tag(Location location, String namespace, String localName, String qName, TagAttributes attributes)
-
Tag
public Tag(Tag orig, TagAttributes attributes)
-
-
Method Detail
-
getAttributes
public TagAttributes getAttributes()
Return an object encapsulating the
TagAttributes
specified on this element in the view.
-
getLocalName
public String getLocalName()
Return the XML local name of the tag. For example, <my:tag /> would be "tag".
-
getLocation
public Location getLocation()
Return the
Location
of thisTag
instance in the Facelet view.
-
getNamespace
public String getNamespace()
Return the resolved XML Namespace for this tag in the Facelets view.
-
getQName
public String getQName()
Return the XML qualified name for this tag. For example, <my:tag /> would be "my:tag".
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/faces/view/facelets/tag.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.