ArrayELResolver |
Defines property resolution behavior on arrays.
|
BeanELResolver |
Defines property resolution behavior on objects using the JavaBeans component architecture.
|
BeanELResolver.BeanProperties |
|
BeanELResolver.BeanProperty |
|
CompositeELResolver |
Maintains an ordered composite list of child ELResolvers.
|
DynamicBeanPropertyELResolver |
|
ELContext |
Context information for expression evaluation.
|
ELContextEvent |
An event which indicates that an ELContext has been created.
|
ELResolver |
Enables customization of variable and property resolution behavior for EL expression evaluation.
|
Expression |
|
ExpressionFactory |
|
FunctionMapper |
The interface to a map between EL function names and methods.
|
ListELResolver |
Defines property resolution behavior on instances of java.util.List.
|
MapELResolver |
Defines property resolution behavior on instances of java.util.Map.
|
MethodExpression |
An Expression that refers to a method on an object.
|
MethodInfo |
|
ResourceBundleELResolver |
Defines property resolution behavior on instances of java.util.ResourceBundle.
|
ValueExpression |
An Expression that can get or set a value.
|
ValueReference |
This class 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.
|