Interface | Description |
---|---|
EvaluationContextFactory |
Factory to create the
EvaluationContext for a given root Object. |
Class | Description |
---|---|
SimpleEvaluationContextFactory |
Creates
SimpleEvaluationContext , for use with data binding. |
SpringELExpression |
A wrapper for a Spring EL
Expression
allowing it to be used under the Spring Binding Expression abstraction. |
SpringELExpressionParser |
Adapt the Spring EL
SpelExpressionParser to the Spring Binding
ExpressionParser contract. |
StandardEvaluationContextFactory |
Creates a
StandardEvaluationContext enabling the full power of SpEL. |