Uses of Class
org.jdesktop.el.VariableMapper

Packages that use VariableMapper
org.jdesktop.el Customized version of EL for Beans Binding; not for general use. 
org.jdesktop.el.impl Customized version of EL for Beans Binding; not for general use. 
org.jdesktop.el.impl.lang Customized version of EL for Beans Binding; not for general use. 
 

Uses of VariableMapper in org.jdesktop.el
 

Methods in org.jdesktop.el that return VariableMapper
abstract  VariableMapper ELContext.getVariableMapper()
          Retrieves the VariableMapper associated with this ELContext.
 

Uses of VariableMapper in org.jdesktop.el.impl
 

Constructors in org.jdesktop.el.impl with parameters of type VariableMapper
MethodExpressionImpl(java.lang.String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, java.lang.Class expectedType, java.lang.Class[] paramTypes)
           
ValueExpressionImpl(java.lang.String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, java.lang.Class expectedType)
           
 

Uses of VariableMapper in org.jdesktop.el.impl.lang
 

Subclasses of VariableMapper in org.jdesktop.el.impl.lang
 class VariableMapperFactory
           
 class VariableMapperImpl
           
 

Methods in org.jdesktop.el.impl.lang that return VariableMapper
 VariableMapper VariableMapperFactory.create()
           
 VariableMapper EvaluationContext.getVariableMapper()
           
 

Constructors in org.jdesktop.el.impl.lang with parameters of type VariableMapper
EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression)
           
EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression, boolean trackResolvedProperties)
           
VariableMapperFactory(VariableMapper target)