Uses of Class
org.jdesktop.el.Expression
-
Packages that use Expression 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 Expression in org.jdesktop.el
Subclasses of Expression in org.jdesktop.el Modifier and Type Class Description class
MethodExpression
AnExpression
that refers to a method on an object.class
ValueExpression
AnExpression
that can get or set a value. -
Uses of Expression in org.jdesktop.el.impl
Subclasses of Expression in org.jdesktop.el.impl Modifier and Type Class Description class
MethodExpressionImpl
AnExpression
that refers to a method on an object.class
MethodExpressionLiteral
class
ValueExpressionImpl
AnExpression
that can get or set a value.class
ValueExpressionLiteral
-
Uses of Expression in org.jdesktop.el.impl.lang
Methods in org.jdesktop.el.impl.lang that return Expression Modifier and Type Method Description Expression
EvaluationContext. getExpression()
Constructors in org.jdesktop.el.impl.lang with parameters of type Expression Constructor Description EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression)
EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression, boolean trackResolvedProperties)
-