Uses of Class
jakarta.el.VariableMapper
Package
Description
Provides the API for Jakarta Expression Language 6.0
-
Uses of VariableMapper in com.sun.faces.config.initfacescontext
-
Uses of VariableMapper in com.sun.faces.el
-
Uses of VariableMapper in com.sun.faces.facelets.el
Modifier 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
. -
Uses of VariableMapper in jakarta.el
Modifier 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
Modifier and TypeMethodDescriptionabstract void
FaceletContext.setVariableMapper
(VariableMapper varMapper) Set the VariableMapper to use in EL evaluation/creation.