Uses of Class
jakarta.faces.view.facelets.TagAttributes
Package | Description |
---|---|
com.sun.faces.facelets.tag | |
jakarta.faces.view.facelets |
-
Uses of TagAttributes in com.sun.faces.facelets.tag
Subclasses of TagAttributes in com.sun.faces.facelets.tag Modifier and Type Class Description class
TagAttributesImpl
A set of TagAttributesImpl, usually representing all attributes on a Tag. -
Uses of TagAttributes in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that return TagAttributes Modifier and Type Method Description TagAttributes
Tag. getAttributes()
Return an object encapsulating theTagAttributes
specified on this element in the view.Constructors in jakarta.faces.view.facelets with parameters of type TagAttributes Constructor Description Tag(Tag orig, TagAttributes attributes)
Constructor.Tag(Location location, String namespace, String localName, String qName, TagAttributes attributes)
Constructor.