Implementation of Spring's {@link org.springframework.expression.EvaluationContext}interface designed to wrap around another delegated implementation of this same interface, adding (if needed) the Thymeleaf-required {@link org.springframework.expression.PropertyAccessor} implementations and (optionally)a series of variables to be accessed like #variableName during expression evaluation.
@author Daniel Fernández @since 2.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|