Uses of Class
jakarta.faces.view.Location
Package | Description |
---|---|
com.sun.faces.component | |
com.sun.faces.facelets.el | |
com.sun.faces.facelets.tag | |
jakarta.faces.view.facelets |
-
Uses of Location in com.sun.faces.component
Methods in com.sun.faces.component with parameters of type Location Modifier and Type Method Description UIComponent
CompositeComponentStackManager. findCompositeComponentUsingLocation(FacesContext ctx, Location location)
-
Uses of Location in com.sun.faces.facelets.el
Methods in com.sun.faces.facelets.el that return Location Modifier and Type Method Description Location
ContextualCompositeValueExpression. getLocation()
Constructors in com.sun.faces.facelets.el with parameters of type Location Constructor Description ContextualCompositeMethodExpression(Location location, jakarta.el.MethodExpression delegate)
ContextualCompositeValueExpression(Location location, jakarta.el.ValueExpression originalVE)
-
Uses of Location in com.sun.faces.facelets.tag
Methods in com.sun.faces.facelets.tag that return Location Modifier and Type Method Description Location
TagAttributeImpl. getLocation()
The location of this attribute in the FaceletContextConstructors in com.sun.faces.facelets.tag with parameters of type Location Constructor Description TagAttributeImpl(Location location, String ns, String localName, String qName, String value)
-
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.