Uses of Class
jakarta.faces.view.facelets.TagAttributes
-
Packages that use TagAttributes Package Description jakarta.faces.view.facelets -
-
Uses of TagAttributes in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that return TagAttributes Modifier and Type Method Description TagAttributesTag. getAttributes()Return an object encapsulating theTagAttributesspecified 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.
-