Uses of Class
org.jdesktop.el.ValueExpression
-
Packages that use ValueExpression Package Description 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 ValueExpression in org.jdesktop.el
Methods in org.jdesktop.el that return ValueExpression Modifier and Type Method Description abstract ValueExpression
ExpressionFactory. createValueExpression(java.lang.Object instance, java.lang.Class<?> expectedType)
Creates a ValueExpression that wraps an object instance.abstract ValueExpression
ExpressionFactory. createValueExpression(ELContext context, java.lang.String expression, java.lang.Class<?> expectedType)
Parses an expression into aValueExpression
for later evaluation.abstract ValueExpression
VariableMapper. resolveVariable(java.lang.String variable)
abstract ValueExpression
VariableMapper. setVariable(java.lang.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 ValueExpression Modifier and Type Method Description abstract ValueExpression
VariableMapper. setVariable(java.lang.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.impl Modifier and Type Class Description class
ValueExpressionImpl
AnExpression
that can get or set a value.class
ValueExpressionLiteral
Methods in org.jdesktop.el.impl that return ValueExpression Modifier and Type Method Description ValueExpression
ExpressionFactoryImpl. createValueExpression(java.lang.Object instance, java.lang.Class expectedType)
ValueExpression
ExpressionFactoryImpl. createValueExpression(ELContext context, java.lang.String expression, java.lang.Class expectedType)
-
Uses of ValueExpression in org.jdesktop.el.impl.lang
Methods in org.jdesktop.el.impl.lang that return ValueExpression Modifier and Type Method Description ValueExpression
ExpressionBuilder. createValueExpression(java.lang.Class expectedType)
ValueExpression
VariableMapperFactory. resolveVariable(java.lang.String variable)
ValueExpression
VariableMapperImpl. resolveVariable(java.lang.String variable)
ValueExpression
VariableMapperFactory. setVariable(java.lang.String variable, ValueExpression expression)
ValueExpression
VariableMapperImpl. setVariable(java.lang.String variable, ValueExpression expression)
Methods in org.jdesktop.el.impl.lang with parameters of type ValueExpression Modifier and Type Method Description ValueExpression
VariableMapperFactory. setVariable(java.lang.String variable, ValueExpression expression)
ValueExpression
VariableMapperImpl. setVariable(java.lang.String variable, ValueExpression expression)
-