Uses of Package
jakarta.el

  • Classes in jakarta.el used by jakarta.el
    Class
    Description
    Resolves a bean by its known name.
    Context information for expression parsing and evaluation.
    An event which indicates that an ELContext has been created.
    Represents any of the exception conditions that can arise during expression evaluation.
    Manages Jakarta Expression Language parsing and evaluation 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 subclasses ValueExpression and MethodExpression, 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.
    An Expression that refers to a method on an object.
    Holds information about a method that a MethodExpression evaluated to.
    Provides information about the method to which a method expression resolves.
    Thrown when a property could not be written to while setting the value on a ValueExpression.
    A standard ELContext suitable for use in a stand alone environment.
    An Expression that 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.