Uses of Package
jakarta.el
-
Packages that use jakarta.el Package Description com.sun.el com.sun.el.lang com.sun.el.parser com.sun.el.stream com.sun.el.util jakarta.el Provides the API for Jakarta Expression Language 4.0 -
Classes in jakarta.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 Jakarta Expression Language expression evaluation.Expression Base class for the expression subclassesValueExpression
andMethodExpression
, implementing characteristics common to both.ExpressionFactory Provides an implementation for creating and evaluating Jakarta Expression Language expressions.FunctionMapper The interface to a map between Jakarta Expression Language 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 Jakarta Expression Language variables and the Jakarta Expression Language expressions they are associated with. -
Classes in jakarta.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 Jakarta Expression Language expression evaluation.EvaluationListener The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.FunctionMapper The interface to a map between Jakarta Expression Language 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 Jakarta Expression Language variables and the Jakarta Expression Language expressions they are associated with. -
Classes in jakarta.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 jakarta.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 Jakarta Expression Language expression evaluation.LambdaExpression Encapsulates a parameterizedValueExpression
. -
Classes in jakarta.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 jakarta.el used by jakarta.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 Jakarta Expression Language parsing and evaluation environment.ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.ELUtil.Wrapper EvaluationListener The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.Expression Base class for the expression subclassesValueExpression
andMethodExpression
, implementing characteristics common to both.ExpressionFactory Provides an implementation for creating and evaluating Jakarta Expression Language expressions.FunctionMapper The interface to a map between Jakarta Expression Language 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 Jakarta Expression Language variables and the Jakarta Expression Language expressions they are associated with.