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 classMethodExpressionAnExpressionthat refers to a method on an object.classValueExpressionAnExpressionthat 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 classMethodExpressionImplAnExpressionthat refers to a method on an object.classMethodExpressionLiteralclassValueExpressionImplAnExpressionthat can get or set a value.classValueExpressionLiteral -
Uses of Expression in org.jdesktop.el.impl.lang
Methods in org.jdesktop.el.impl.lang that return Expression Modifier and Type Method Description ExpressionEvaluationContext. 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)
-