Uses of Class
org.jdesktop.el.VariableMapper
Packages that use VariableMapper
Package
Description
Customized version of EL for Beans Binding; not for general use.
Customized version of EL for Beans Binding; not for general use.
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 VariableMapperModifier and TypeMethodDescriptionabstract VariableMapperELContext.getVariableMapper()Retrieves theVariableMapperassociated with thisELContext. -
Uses of VariableMapper in org.jdesktop.el.impl
Constructors in org.jdesktop.el.impl 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.jdesktop.el.impl.lang
Subclasses of VariableMapper in org.jdesktop.el.impl.langMethods in org.jdesktop.el.impl.lang that return VariableMapperModifier and TypeMethodDescriptionVariableMapperFactory.create()EvaluationContext.getVariableMapper()Constructors in org.jdesktop.el.impl.lang with parameters of type VariableMapperModifierConstructorDescriptionEvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression) EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression, boolean trackResolvedProperties) VariableMapperFactory(VariableMapper target)