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()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) -
Uses of VariableMapper in org.apache.jasper.el
Methods in org.apache.jasper.el that return VariableMapperModifier and TypeMethodDescriptionELContextImpl.getVariableMapper()ELContextWrapper.getVariableMapper()Methods in org.apache.jasper.el with parameters of type VariableMapperModifier and TypeMethodDescriptionvoidELContextImpl.setVariableMapper(VariableMapper variableMapper)