Uses of Class
jakarta.el.VariableMapper
Packages that use VariableMapper
Package
Description
Provides the API for Jakarta Expression Language 4.0
-
Uses of VariableMapper in com.sun.el
Fields in com.sun.el declared as VariableMapperModifier and TypeFieldDescriptionprivate VariableMapper
MethodExpressionImpl.varMapper
private VariableMapper
ValueExpressionImpl.varMapper
Constructors in com.sun.el with parameters of type VariableMapperModifierConstructorDescriptionMethodExpressionImpl
(String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, Class<?> expectedType, Class<?>[] paramTypes) ValueExpressionImpl
(String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, Class<?> expectedType) -
Uses of VariableMapper in com.sun.el.lang
Subclasses of VariableMapper in com.sun.el.langModifier and TypeClassDescriptionclass
Creates a VariableMapper for the variables used in the expression.class
Fields in com.sun.el.lang declared as VariableMapperModifier and TypeFieldDescriptionprivate VariableMapper
VariableMapperFactory.momento
private final VariableMapper
VariableMapperFactory.target
private final VariableMapper
EvaluationContext.varMapper
private VariableMapper
ExpressionBuilder.varMapper
Methods in com.sun.el.lang that return VariableMapperModifier and TypeMethodDescriptionVariableMapperFactory.create()
EvaluationContext.getVariableMapper()
Constructors in com.sun.el.lang with parameters of type VariableMapperModifierConstructorDescriptionEvaluationContext
(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper) VariableMapperFactory
(VariableMapper target) -
Uses of VariableMapper in jakarta.el
Subclasses of VariableMapper in jakarta.elFields in jakarta.el declared as VariableMapperMethods 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() {