|
Class Summary |
| ExpressionState |
An ExpressionState is for maintaining per-expression-evaluation state, any changes to it are not seen by other
expressions but it gives a place to hold local variables and for component expressions in a compound expression to
communicate state. |
| SpelExpression |
A SpelExpressions represents a parsed (valid) expression that is ready to be evaluated in a specified context. |
| SpelExpressionParser |
Instances of this parser class can process Spring Expression Language format expressions. |
| SpelUtilities |
Utilities for working with Spring Expressions. |