Uses of Class
org.jdesktop.el.Expression
Packages that use Expression
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 Expression in org.jdesktop.el
Subclasses of Expression in org.jdesktop.elModifier and TypeClassDescriptionclass
AnExpression
that refers to a method on an object.class
AnExpression
that can get or set a value. -
Uses of Expression in org.jdesktop.el.impl
Subclasses of Expression in org.jdesktop.el.implModifier and TypeClassDescriptionfinal class
AnExpression
that refers to a method on an object.class
final class
AnExpression
that can get or set a value.final class
-
Uses of Expression in org.jdesktop.el.impl.lang
Methods in org.jdesktop.el.impl.lang that return ExpressionConstructors in org.jdesktop.el.impl.lang with parameters of type ExpressionModifierConstructorDescriptionEvaluationContext
(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression) EvaluationContext
(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression, boolean trackResolvedProperties)