Uses of Interface
org.thymeleaf.spring3.expression.IThymeleafEvaluationContext
- 
Packages that use IThymeleafEvaluationContext Package Description org.thymeleaf.spring3.expression  - 
- 
Uses of IThymeleafEvaluationContext in org.thymeleaf.spring3.expression
Classes in org.thymeleaf.spring3.expression that implement IThymeleafEvaluationContext Modifier and Type Class Description classThymeleafEvaluationContextThymeleaf's basic implementation of theIThymeleafEvaluationContextinterface, which in turn extends from Spring'sEvaluationContextinterface.classThymeleafEvaluationContextWrapperImplementation of Thymeleaf'sIThymeleafEvaluationContextinterface designed to wrap around a delegated implementation ofEvaluationContext, adding the Thymeleaf-requiredPropertyAccessorimplementations and (optionally) a series of variables to be accessed like#variableNameduring expression evaluation. 
 -