Uses of Class
jakarta.el.VariableMapper
-
Packages that use VariableMapper Package Description com.sun.el com.sun.el.lang jakarta.el Provides the API for Jakarta Expression Language 4.0 -
-
Uses of VariableMapper in com.sun.el
Fields in com.sun.el declared as VariableMapper Modifier and Type Field Description private VariableMapperMethodExpressionImpl. varMapperprivate VariableMapperValueExpressionImpl. varMapperConstructors in com.sun.el with parameters of type VariableMapper Constructor Description MethodExpressionImpl(java.lang.String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, java.lang.Class<?> expectedType, java.lang.Class<?>[] paramTypes)ValueExpressionImpl(java.lang.String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, java.lang.Class<?> expectedType) -
Uses of VariableMapper in com.sun.el.lang
Subclasses of VariableMapper in com.sun.el.lang Modifier and Type Class Description classVariableMapperFactoryCreates a VariableMapper for the variables used in the expression.classVariableMapperImplFields in com.sun.el.lang declared as VariableMapper Modifier and Type Field Description private VariableMapperVariableMapperFactory. momentoprivate VariableMapperVariableMapperFactory. targetprivate VariableMapperEvaluationContext. varMapperprivate VariableMapperExpressionBuilder. varMapperMethods in com.sun.el.lang that return VariableMapper Modifier and Type Method Description VariableMapperVariableMapperFactory. create()VariableMapperEvaluationContext. getVariableMapper()Constructors in com.sun.el.lang with parameters of type VariableMapper Constructor Description EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)VariableMapperFactory(VariableMapper target) -
Uses of VariableMapper in jakarta.el
Subclasses of VariableMapper in jakarta.el Modifier and Type Class Description private static classStandardELContext.DefaultVariableMapperFields in jakarta.el declared as VariableMapper Modifier and Type Field Description private VariableMapperStandardELContext. variableMapperMethods in jakarta.el that return VariableMapper Modifier and Type Method Description abstract VariableMapperELContext. getVariableMapper()Retrieves theVariableMapperassociated with thisELContext.VariableMapperStandardELContext. getVariableMapper()Construct (if needed) and return a default VariableMapper() {
-