Uses of Class
javax.el.VariableMapper
Packages that use VariableMapper
-
Uses of VariableMapper in javax.el
Methods in javax.el that return VariableMapperModifier and TypeMethodDescriptionabstract VariableMapperELContext.getVariableMapper()StandardELContext.getVariableMapper() -
Uses of VariableMapper in org.apache.el
Constructors in org.apache.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 org.apache.el.lang
Subclasses of VariableMapper in org.apache.el.langMethods in org.apache.el.lang that return VariableMapperModifier and TypeMethodDescriptionVariableMapperFactory.create()EvaluationContext.getVariableMapper()Constructors in org.apache.el.lang with parameters of type VariableMapperModifierConstructorDescriptionEvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper) VariableMapperFactory(VariableMapper target)