Uses of Class
org.jdesktop.el.ValueExpression
Packages that use ValueExpression
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 ValueExpression in org.jdesktop.el
Methods in org.jdesktop.el that return ValueExpressionModifier and TypeMethodDescriptionabstract ValueExpression
ExpressionFactory.createValueExpression
(Object instance, Class<?> expectedType) Creates a ValueExpression that wraps an object instance.abstract ValueExpression
ExpressionFactory.createValueExpression
(ELContext context, String expression, Class<?> expectedType) Parses an expression into aValueExpression
for later evaluation.abstract ValueExpression
VariableMapper.resolveVariable
(String variable) abstract ValueExpression
VariableMapper.setVariable
(String variable, ValueExpression expression) Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable.Methods in org.jdesktop.el with parameters of type ValueExpressionModifier and TypeMethodDescriptionabstract ValueExpression
VariableMapper.setVariable
(String variable, ValueExpression expression) Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable. -
Uses of ValueExpression in org.jdesktop.el.impl
Subclasses of ValueExpression in org.jdesktop.el.implModifier and TypeClassDescriptionfinal class
AnExpression
that can get or set a value.final class
Methods in org.jdesktop.el.impl that return ValueExpressionModifier and TypeMethodDescriptionExpressionFactoryImpl.createValueExpression
(Object instance, Class expectedType) ExpressionFactoryImpl.createValueExpression
(ELContext context, String expression, Class expectedType) -
Uses of ValueExpression in org.jdesktop.el.impl.lang
Methods in org.jdesktop.el.impl.lang that return ValueExpressionModifier and TypeMethodDescriptionExpressionBuilder.createValueExpression
(Class expectedType) VariableMapperFactory.resolveVariable
(String variable) VariableMapperImpl.resolveVariable
(String variable) VariableMapperFactory.setVariable
(String variable, ValueExpression expression) VariableMapperImpl.setVariable
(String variable, ValueExpression expression) Methods in org.jdesktop.el.impl.lang with parameters of type ValueExpressionModifier and TypeMethodDescriptionVariableMapperFactory.setVariable
(String variable, ValueExpression expression) VariableMapperImpl.setVariable
(String variable, ValueExpression expression)