Interface | Description |
---|---|
ELContextListener |
Receives notification of ELContext lifecycle events.
|
Class | Description |
---|---|
ArrayELResolver |
Property resolution on arrays.
|
BeanELResolver |
Resolves variables and properties on JavaBeans.
|
BeanELResolver.BeanProperties | |
BeanELResolver.BeanProperty | |
CompositeELResolver |
An ordered composite list of resolvers.
|
ELContext |
Context for EL expression evaluation.
|
ELContextEvent |
Context lifecycle event.
|
ELResolver |
Resolves variables and properties in EL expressions.
|
Expression |
Base class for expressions.
|
ExpressionFactory |
Parser that can parse strings into expressions for evaluation.
|
FunctionMapper |
Maps function names to Java methods.
|
ListELResolver |
Property resolution on lists.
|
MapELResolver |
Property resolution on maps.
|
MethodExpression |
Expression representing a method on a specific object.
|
MethodInfo |
Method metadata.
|
ResourceBundleELResolver |
Property resolution on resource bundles.
|
ValueExpression |
Expression representing a variable.
|
VariableMapper |
Maps variables to expressions.
|
Exception | Description |
---|---|
ELException |
An error that can occur during expression evaluation.
|
MethodNotFoundException |
A method could not be found while evaluating a
MethodExpression . |
PropertyNotFoundException |
A property could not be found while evaluating a
ValueExpression or
MethodExpression . |
PropertyNotWritableException |
A property could not be written to while setting a value on a
ValueExpression . |