Uses of Class
org.jdesktop.el.VariableMapper
-
Packages that use VariableMapper Package Description org.jdesktop.el org.jdesktop.el.impl org.jdesktop.el.impl.lang -
-
Uses of VariableMapper in org.jdesktop.el
Methods in org.jdesktop.el that return VariableMapper Modifier and Type Method Description abstract VariableMapperELContext. getVariableMapper()Retrieves theVariableMapperassociated with thisELContext. -
Uses of VariableMapper in org.jdesktop.el.impl
Constructors in org.jdesktop.el.impl 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.jdesktop.el.impl.lang
Subclasses of VariableMapper in org.jdesktop.el.impl.lang Modifier and Type Class Description classVariableMapperFactoryclassVariableMapperImplMethods in org.jdesktop.el.impl.lang that return VariableMapper Modifier and Type Method Description VariableMapperVariableMapperFactory. create()VariableMapperEvaluationContext. getVariableMapper()Constructors in org.jdesktop.el.impl.lang with parameters of type VariableMapper Constructor Description EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression)EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression, boolean trackResolvedProperties)VariableMapperFactory(VariableMapper target)
-