Uses of Class
jakarta.faces.view.facelets.TagAttributes
-
Packages that use 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 classTagAttributesImplA 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 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.
-