Common interface for all objects in charge of executing variable expressions (${...}) inside Thymeleaf Standard Expressions.
The basic implementation of this interface evaluates expressions using OGNL {@link OgnlVariableExpressionEvaluator}, but a SpringEL version also exists in the Thymeleaf + Spring integration package.
Implementations of this interface should be thread-safe.
@author Daniel Fernández @since 2.0.9
|
|