Uses of Class
jakarta.el.VariableMapper
Packages that use VariableMapper
Package
Description
Provides the API for Jakarta Expression Language 6.0
-
Uses of VariableMapper in com.sun.faces.config.initfacescontext
Methods in com.sun.faces.config.initfacescontext that return VariableMapper -
Uses of VariableMapper in com.sun.faces.el
Methods in com.sun.faces.el that return VariableMapper -
Uses of VariableMapper in com.sun.faces.facelets.el
Subclasses of VariableMapper in com.sun.faces.facelets.elModifier and TypeClassDescriptionfinal class
Composite VariableMapper that attempts to load the ValueExpression from the first VariableMapper, then the second ifnull
.final class
Default instance of a VariableMapper backed by a Mapclass
Utility class for wrapping another VariableMapper with a new context, represented by aMap
.Constructors in com.sun.faces.facelets.el with parameters of type VariableMapper -
Uses of VariableMapper in jakarta.el
Methods in jakarta.el that return VariableMapperModifier and TypeMethodDescriptionabstract VariableMapper
ELContext.getVariableMapper()
Retrieves theVariableMapper
associated with thisELContext
.StandardELContext.getVariableMapper()
Construct (if needed) and return a default VariableMapper() { -
Uses of VariableMapper in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets with parameters of type VariableMapperModifier and TypeMethodDescriptionabstract void
FaceletContext.setVariableMapper
(VariableMapper varMapper) Set the VariableMapper to use in EL evaluation/creation.