Uses of Class
javax.el.VariableMapper
-
Packages that use VariableMapper Package Description javax.el org.apache.el org.apache.el.lang -
-
Uses of VariableMapper in javax.el
Methods in javax.el that return VariableMapper Modifier and Type Method Description abstract VariableMapperELContext. getVariableMapper()VariableMapperStandardELContext. getVariableMapper() -
Uses of VariableMapper in org.apache.el
Constructors in org.apache.el with parameters of type VariableMapper Constructor Description MethodExpressionImpl(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.lang Modifier and Type Class Description classVariableMapperFactoryclassVariableMapperImplMethods in org.apache.el.lang that return VariableMapper Modifier and Type Method Description VariableMapperVariableMapperFactory. create()VariableMapperEvaluationContext. getVariableMapper()Constructors in org.apache.el.lang with parameters of type VariableMapper Constructor Description EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)VariableMapperFactory(VariableMapper target)
-