| Package | Description |
|---|---|
| com.sun.el | |
| com.sun.el.lang | |
| com.sun.el.parser | |
| com.sun.el.stream | |
| com.sun.el.util | |
| javax.el |
Provides the API for the Unified Expression Language 3.0
|
| Class and Description |
|---|
| ELContext
Context information for expression parsing and evaluation.
|
| ELException
Represents any of the exception conditions that can arise during
expression evaluation.
|
| ELResolver
Enables customization of variable, property, method call, and type
conversion resolution behavior for EL expression evaluation.
|
| Expression
Base class for the expression subclasses
ValueExpression and
MethodExpression, implementing characteristics common to both. |
| ExpressionFactory
Provides an implementation for creating and evaluating EL expressions.
|
| FunctionMapper
The interface to a map between EL function names and methods.
|
| MethodExpression
An
Expression that refers to a method on an object. |
| MethodInfo
Holds information about a method that a
MethodExpression
evaluated to. |
| MethodNotFoundException
Thrown when a method could not be found while evaluating a
MethodExpression. |
| PropertyNotFoundException
Thrown when a property could not be found while evaluating a
ValueExpression or MethodExpression. |
| PropertyNotWritableException
Thrown when a property could not be written to while setting the
value on a
ValueExpression. |
| ValueExpression
An
Expression that can get or set a value. |
| ValueReference
This encapsulates a base model object and one of its properties.
|
| VariableMapper
The interface to a map between EL variables and the EL expressions
they are associated with.
|
| Class and Description |
|---|
| ELContext
Context information for expression parsing and evaluation.
|
| ELException
Represents any of the exception conditions that can arise during
expression evaluation.
|
| ELResolver
Enables customization of variable, property, method call, and type
conversion resolution behavior for EL expression evaluation.
|
| EvaluationListener
The listener interface for receiving notification when an
EL expression is evaluated.
|
| FunctionMapper
The interface to a map between EL function names and methods.
|
| ImportHandler
Handles imports of class names and package names.
|
| MethodExpression
An
Expression that refers to a method on an object. |
| ValueExpression
An
Expression that can get or set a value. |
| VariableMapper
The interface to a map between EL variables and the EL expressions
they are associated with.
|
| Class and Description |
|---|
| ELException
Represents any of the exception conditions that can arise during
expression evaluation.
|
| MethodInfo
Holds information about a method that a
MethodExpression
evaluated to. |
| ValueReference
This encapsulates a base model object and one of its properties.
|
| Class and Description |
|---|
| ELContext
Context information for expression parsing and evaluation.
|
| ELResolver
Enables customization of variable, property, method call, and type
conversion resolution behavior for EL expression evaluation.
|
| LambdaExpression
Encapsulates a parameterized
ValueExpression. |
| Class and Description |
|---|
| ELException
Represents any of the exception conditions that can arise during
expression evaluation.
|
| MethodNotFoundException
Thrown when a method could not be found while evaluating a
MethodExpression. |
| PropertyNotFoundException
Thrown when a property could not be found while evaluating a
ValueExpression or MethodExpression. |
| Class and Description |
|---|
| BeanNameResolver
Resolves a bean by its known name.
|
| ELContext
Context information for expression parsing and evaluation.
|
| ELContextEvent
An event which indicates that an
ELContext has been created. |
| ELException
Represents any of the exception conditions that can arise during
expression evaluation.
|
| ELManager
Manages EL parsing and evaluation environment.
|
| ELResolver
Enables customization of variable, property, method call, and type
conversion resolution behavior for EL expression evaluation.
|
| EvaluationListener
The listener interface for receiving notification when an
EL expression is evaluated.
|
| Expression
Base class for the expression subclasses
ValueExpression and
MethodExpression, implementing characteristics common to both. |
| ExpressionFactory
Provides an implementation for creating and evaluating EL expressions.
|
| FunctionMapper
The interface to a map between EL function names and methods.
|
| ImportHandler
Handles imports of class names and package names.
|
| MethodExpression
An
Expression that refers to a method on an object. |
| MethodInfo
Holds information about a method that a
MethodExpression
evaluated to. |
| PropertyNotWritableException
Thrown when a property could not be written to while setting the
value on a
ValueExpression. |
| StandardELContext
A standard ELContext suitable for use in a stand alone environment.
|
| ValueExpression
An
Expression that can get or set a value. |
| ValueReference
This encapsulates a base model object and one of its properties.
|
| VariableMapper
The interface to a map between EL variables and the EL expressions
they are associated with.
|
Copyright (c) 2013 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.