See: Description
| Class | Description |
|---|---|
| AbstractExpressionParser |
Abstract base class for parsing ${...} style expressions.
|
| AbstractGetValueExpression |
Trivial helper for concrete expression types that do not support setting their values.
|
| CollectionAddingExpression |
A settable expression that adds non-null values to a collection.
|
| CompositeStringExpression |
Evaluates an array of expressions to build a concatenated string.
|
| FluentParserContext |
Default implementation of the ParserContext interface that has a fluent API for building parser context attributes.
|
| LiteralExpression | |
| NullParserContext |
A null object implementation of ParserContext.
|
| SimpleParserContext |
ParserContext for use in data binding scenarios, providing
ExpressionParser
implementations with a hint that they can meaningfully restrict the EL feature set. |
| StaticExpression |
A simple expression evaluator that just returns a fixed result on each evaluation.
|