Uses of Package
org.jdesktop.el
-
Packages that use org.jdesktop.el 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.org.jdesktop.el.impl.parser Customized version of EL for Beans Binding; not for general use.org.jdesktop.el.impl.util Customized version of EL for Beans Binding; not for general use. -
Classes in org.jdesktop.el used by org.jdesktop.el Class Description BeanELResolver.BeanProperty ELContext Context information for expression evaluation.ELContextEvent An event which indicates that anELContext
has been created.ELException Represents any of the exception conditions that can arise during expression evaluation.ELResolver Enables customization of variable and property resolution behavior for EL expression evaluation.Expression Base class for the expression subclassesValueExpression
andMethodExpression
, implementing characterstics common to both.Expression.ResolvedProperty Expression.Result Expression.Result.Type FunctionMapper The interface to a map between EL function names and methods.MethodExpression AnExpression
that refers to a method on an object.MethodInfo Holds information about a method that aMethodExpression
evaluated to.PropertyNotFoundException Thrown when a property could not be found while evaluating aValueExpression
orMethodExpression
.ValueExpression AnExpression
that can get or set a value.VariableMapper The interface to a map between EL variables and the EL expressions they are associated with. -
Classes in org.jdesktop.el used by org.jdesktop.el.impl Class Description ELContext Context information for expression evaluation.ELException Represents any of the exception conditions that can arise during expression evaluation.Expression Base class for the expression subclassesValueExpression
andMethodExpression
, implementing characterstics common to both.Expression.Result ExpressionFactory FunctionMapper The interface to a map between EL function names and methods.MethodExpression AnExpression
that refers to a method on an object.MethodInfo Holds information about a method that aMethodExpression
evaluated to.MethodNotFoundException Thrown when a method could not be found while evaluating aMethodExpression
.PropertyNotFoundException Thrown when a property could not be found while evaluating aValueExpression
orMethodExpression
.PropertyNotWritableException Thrown when a property could not be written to while setting the value on aValueExpression
.ValueExpression AnExpression
that can get or set a value.VariableMapper The interface to a map between EL variables and the EL expressions they are associated with. -
Classes in org.jdesktop.el used by org.jdesktop.el.impl.lang Class Description ELContext Context information for expression evaluation.ELException Represents any of the exception conditions that can arise during expression evaluation.ELResolver Enables customization of variable and property resolution behavior for EL expression evaluation.Expression Base class for the expression subclassesValueExpression
andMethodExpression
, implementing characterstics common to both.Expression.ResolvedProperty FunctionMapper The interface to a map between EL function names and methods.MethodExpression AnExpression
that refers to a method on an object.ValueExpression AnExpression
that can get or set a value.VariableMapper The interface to a map between EL variables and the EL expressions they are associated with. -
Classes in org.jdesktop.el used by org.jdesktop.el.impl.parser Class Description ELException Represents any of the exception conditions that can arise during expression evaluation.MethodInfo Holds information about a method that aMethodExpression
evaluated to. -
Classes in org.jdesktop.el used by org.jdesktop.el.impl.util Class Description ELException Represents any of the exception conditions that can arise during expression evaluation.MethodNotFoundException Thrown when a method could not be found while evaluating aMethodExpression
.PropertyNotFoundException Thrown when a property could not be found while evaluating aValueExpression
orMethodExpression
.