Uses of Package
javax.el
-
Packages that use javax.el Package Description com.sun.el com.sun.el.lang com.sun.el.parser com.sun.el.stream com.sun.el.util javax.el Provides the API for the Unified Expression Language 3.0 -
Classes in javax.el used by com.sun.el Class Description ELContext Context information for expression parsing and evaluation.ELException Represents any of the exception conditions that can arise during expression evaluation.ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for EL expression evaluation.Expression Base class for the expression subclassesValueExpression
andMethodExpression
, implementing characteristics common to both.ExpressionFactory Provides an implementation for creating and evaluating EL expressions.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.ValueReference This encapsulates a base model object and one of its properties.VariableMapper The interface to a map between EL variables and the EL expressions they are associated with. -
Classes in javax.el used by com.sun.el.lang Class Description ELContext Context information for expression parsing and evaluation.ELException Represents any of the exception conditions that can arise during expression evaluation.ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for EL expression evaluation.EvaluationListener The listener interface for receiving notification when an EL expression is evaluated.FunctionMapper The interface to a map between EL function names and methods.ImportHandler Handles imports of class names and package names.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 javax.el used by com.sun.el.parser Class Description ELException Represents any of the exception conditions that can arise during expression evaluation.MethodExpression AnExpression
that refers to a method on an object.MethodInfo Holds information about a method that aMethodExpression
evaluated to.ValueReference This encapsulates a base model object and one of its properties. -
Classes in javax.el used by com.sun.el.stream Class Description ELContext Context information for expression parsing and evaluation.ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for EL expression evaluation.LambdaExpression Encapsulates a parameterizedValueExpression
. -
Classes in javax.el used by com.sun.el.util Class Description ELContext Context information for expression parsing and evaluation.ELException Represents any of the exception conditions that can arise during expression evaluation.PropertyNotFoundException Thrown when a property could not be found while evaluating aValueExpression
orMethodExpression
. -
Classes in javax.el used by javax.el Class Description BeanELResolver.BeanProperties BeanELResolver.BeanProperty BeanELResolver.BPSoftReference BeanELResolver.SoftConcurrentHashMap BeanNameResolver Resolves a bean by its known name.CompositeELResolver Maintains an ordered composite list of childELResolver
s.ELContext Context information for expression parsing and evaluation.ELContextEvent An event which indicates that anELContext
has been created.ELException Represents any of the exception conditions that can arise during expression evaluation.ELManager Manages EL parsing and evaluation environment.ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for EL expression evaluation.ELUtil.Wrapper EvaluationListener The listener interface for receiving notification when an EL expression is evaluated.Expression Base class for the expression subclassesValueExpression
andMethodExpression
, implementing characteristics common to both.ExpressionFactory Provides an implementation for creating and evaluating EL expressions.FunctionMapper The interface to a map between EL function names and methods.ImportHandler Handles imports of class names and package names.MethodExpression AnExpression
that refers to a method on an object.MethodInfo Holds information about a method that aMethodExpression
evaluated to.PropertyNotWritableException Thrown when a property could not be written to while setting the value on aValueExpression
.StandardELContext A standard ELContext suitable for use in a stand alone environment.ValueExpression AnExpression
that can get or set a value.ValueReference This encapsulates a base model object and one of its properties.VariableMapper The interface to a map between EL variables and the EL expressions they are associated with.