Uses of Class
jakarta.faces.view.Location
-
Packages that use Location Package Description jakarta.faces.view.facelets -
-
Uses of Location in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that return Location Modifier and Type Method Description Location
Tag. getLocation()
Return the Location of thisTag
instance in the Facelet view.abstract Location
TagAttribute. getLocation()
The location of this attribute in the FaceletContextConstructors in jakarta.faces.view.facelets with parameters of type Location Constructor Description Tag(Location location, String namespace, String localName, String qName, TagAttributes attributes)
Constructor.
-