| Name | Description | Type | Package | Framework |
| ArrayELResolver | Defines property resolution behavior on arrays. | Class | javax.el | Java EE |
|
| BeanELResolver | Defines property resolution behavior on objects using the JavaBeans component architecture. | Class | javax.el | Java EE |
|
| BeanNameELResolver | An ELResolver for resolving user or container managed beans. | Class | javax.el | Java EE |
|
| BeanNameResolver | Resolves a bean by its known name. | Class | javax.el | Java EE |
|
| CompositeELResolver | Maintains an ordered composite list of child ELResolvers. | Class | javax.el | Java EE |
|
| ELClass | A runtime representation of a Class in the EL expressions. | Class | javax.el | Java EE |
|
| ELContext | Context information for expression parsing and evaluation. | Class | javax.el | Java EE |
|
| ELContextEvent | An event which indicates that an ELContext has been created. | Class | javax.el | Java EE |
|
| ELContextListener | The listener interface for receiving notification when an ELContext is created. | Interface | javax.el | Java EE |
|
| ELException | Represents any of the exception conditions that can arise during expression evaluation. | Class | javax.el | Java EE |
|
| ELManager | Manages EL parsing and evaluation environment. | Class | javax.el | Java EE |
|
| ELProcessor | Provides an API for using EL in a stand-alone environment. | Class | javax.el | Java EE |
|
| ELResolver | Enables customization of variable, property, method call, and type conversion resolution behavior for EL expression evaluation. | Class | javax.el | Java EE |
|
| EvaluationListener | The listener interface for receiving notification when an EL expression is evaluated. | Class | javax.el | Java EE |
|
| Expression | Base class for the expression subclasses ValueExpression and MethodExpression, implementing characteristics common to both. | Class | javax.el | Java EE |
|
| ExpressionFactory | Provides an implementation for creating and evaluating EL expressions. | Class | javax.el | Java EE |
|
| FunctionMapper | The interface to a map between EL function names and methods. | Class | javax.el | Java EE |
|
| ImportHandler | Handles imports of class names and package names. | Class | javax.el | Java EE |
|
| LambdaExpression | Encapsulates a parameterized ValueExpression. | Class | javax.el | Java EE |
|
| ListELResolver | Defines property resolution behavior on instances of List. | Class | javax.el | Java EE |
|
| MapELResolver | Defines property resolution behavior on instances of Map. | Class | javax.el | Java EE |
|
| MethodExpression | An Expression that refers to a method on an object. | Class | javax.el | Java EE |
|
| MethodInfo | | Class | javax.el | Java EE |
|
| MethodNotFoundException | Thrown when a method could not be found while evaluating aSince:JSP 2. | Class | javax.el | Java EE |
|
| PropertyNotFoundException | Thrown when a property could not be found while evaluating a ValueExpression or MethodExpression. | Class | javax.el | Java EE |
|
| PropertyNotWritableException | Thrown when a property could not be written to while setting the value on a ValueExpression. | Class | javax.el | Java EE |
|
| ResourceBundleELResolver | Defines property resolution behavior on instances of This resolver handles base objects of type | Class | javax.el | Java EE |
|
| StandardELContext | A standard ELContext suitable for use in a stand alone environment. | Class | javax.el | Java EE |
|
| StaticFieldELResolver | An ELResolver for resolving static fields, enum constants and static methods. | Class | javax.el | Java EE |
|
| TypeConverter | A convenient class for writing an ELResolver to do custom type conversions. | Class | javax.el | Java EE |
|
| ValueExpression | An Expression that can get or set a value. | Class | javax.el | Java EE |
|
| ValueReference | This encapsulates a base model object and one of its properties. | Class | javax.el | Java EE |
|
| VariableMapper | The interface to a map between EL variables and the EL expressions they are associated with. | Class | javax.el | Java EE |