Package jakarta.el
package jakarta.el
-
ClassDescriptionDefines property resolution behavior on arrays.Defines property resolution behavior on objects using the JavaBeans component architecture.An
ELResolverfor resolving user or container managed beans.Resolves a bean by its known name.Maintains an ordered composite list of childELResolvers.A runtime representation of a Class in the Jakarta Expression Language expressions.Context information for expression parsing and evaluation.An event which indicates that anELContexthas been created.The listener interface for receiving notification when anELContextis created.Represents any of the exception conditions that can arise during expression evaluation.Manages Jakarta Expression Language parsing and evaluation environment.Provides an API for using Jakarta Expression Language in a stand-alone environment.Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.Base class for the expression subclassesValueExpressionandMethodExpression, implementing characteristics common to both.Provides an implementation for creating and evaluating Jakarta Expression Language expressions.The interface to a map between Jakarta Expression Language function names and methods.Handles imports of class names and package names.Encapsulates a parameterizedValueExpression.Defines property resolution behavior on instances ofList.Defines property resolution behavior on instances ofMap.AnExpressionthat refers to a method on an object.Holds information about a method that aMethodExpressionevaluated to.Thrown when a method could not be found while evaluating aMethodExpression.Provides information about the method to which a method expression resolves.Thrown when a property could not be found while evaluating aValueExpressionorMethodExpression.Thrown when a property could not be written to while setting the value on aValueExpression.Defines property resolution behavior on instances ofResourceBundle.A standard ELContext suitable for use in a stand alone environment.AnELResolverfor resolving static fields, enum constants and static methods.A convenient class for writing an ELResolver to do custom type conversions.AnExpressionthat can get or set a value.This encapsulates a base model object and one of its properties.The interface to a map between Jakarta Expression Language variables and the Jakarta Expression Language expressions they are associated with.