All Classes and Interfaces

Class
Description
Defines property resolution behavior on arrays.
Defines property resolution behavior on objects using the JavaBeans component architecture.
An ELResolver for resolving user or container managed beans.
Resolves a bean by its known name.
Maintains an ordered composite list of child ELResolvers.
A runtime representation of a Class in the EL expressions.
Context information for expression parsing and evaluation.
An event which indicates that an ELContext has been created.
The listener interface for receiving notification when an ELContext is created.
Represents any of the exception conditions that can arise during expression evaluation.
Manages EL parsing and evaluation environment.
Provides an API for using EL in a stand-alone environment.
Enables customization of variable, property, method call, and type conversion resolution behavior for EL expression evaluation.
The listener interface for receiving notification when an EL expression is evaluated.
Base class for the expression subclasses ValueExpression and MethodExpression, implementing characteristics common to both.
Provides an implementation for creating and evaluating EL expressions.
The interface to a map between EL function names and methods.
Handles imports of class names and package names.
Encapsulates a parameterized ValueExpression.
Defines property resolution behavior on instances of List.
Defines property resolution behavior on instances of Map.
An Expression that refers to a method on an object.
Holds information about a method that a MethodExpression evaluated to.
Thrown when a method could not be found while evaluating a MethodExpression.
Thrown when a property could not be found while evaluating a ValueExpression or MethodExpression.
Thrown when a property could not be written to while setting the value on a ValueExpression.
Defines property resolution behavior on instances of ResourceBundle.
A standard ELContext suitable for use in a stand alone environment.
An ELResolver for resolving static fields, enum constants and static methods.
A convenient class for writing an ELResolver to do custom type conversions.
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 EL variables and the EL expressions they are associated with.