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 ValueExpressionExpressionFactory.createValueExpression(Object instance, Class<?> expectedType) Creates a ValueExpression that wraps an object instance.abstract ValueExpressionExpressionFactory.createValueExpression(ELContext context, String expression, Class<?> expectedType) Parses an expression into aValueExpressionfor later evaluation.abstract ValueExpressionVariableMapper.resolveVariable(String variable) abstract ValueExpressionVariableMapper.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 ValueExpressionVariableMapper.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 classAnExpressionthat can get or set a value.final classMethods 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)