Expression |
Represent a prepared (a.k.a., compiled) expression.
|
ExpressionFactory |
|
ExpressionX |
An extension of Expression to have more control to handle Expression Language EL 2.2 specs.
|
Function |
Represents a XEL function.
|
FunctionMapper |
Used to customize the way to map between the XEL function names
and the Function methods.
|
FunctionMapperExt |
|
ValueReference |
This represents a base model object and one of its properties (EL 2.2).
|
VariableResolver |
Used to customize the way an Expression resolves variable
references at evaluation time.
|
VariableResolverX |
|
XelContext |
Context information for XEL evaluation.
|