Uses of Class
jakarta.el.VariableMapper
Packages that use VariableMapper
-
Uses of VariableMapper in jakarta.el
Methods in jakarta.el that return VariableMapperModifier and TypeMethodDescriptionabstract VariableMapperELContext.getVariableMapper()Retrieves theVariableMapperassociated with thisELContext.StandardELContext.getVariableMapper()Construct (if needed) and return a default VariableMapper() { -
Uses of VariableMapper in org.glassfish.expressly
Constructors in org.glassfish.expressly 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 org.glassfish.expressly.lang
Subclasses of VariableMapper in org.glassfish.expressly.langModifier and TypeClassDescriptionclassCreates a VariableMapper for the variables used in the expression.classMethods in org.glassfish.expressly.lang that return VariableMapperModifier and TypeMethodDescriptionVariableMapperFactory.create()EvaluationContext.getVariableMapper()Constructors in org.glassfish.expressly.lang with parameters of type VariableMapperModifierConstructorDescriptionEvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper) VariableMapperFactory(VariableMapper target)