All Classes and Interfaces
Class
Description
Defines property resolution behavior on arrays.
Defines property resolution behavior on objects using the JavaBeans
component architecture.
Maintains an ordered composite list of child
ELResolver
s.Context information for expression 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.
Enables customization of variable, property and method call resolution
behavior for EL expression evaluation.
Utility methods for this portion of the EL implementation
Base class for the expression subclasses
ValueExpression
and
MethodExpression
, implementing characterstics common to both.The interface to a map between EL function names and methods.
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
.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.