Uses of Interface
org.thymeleaf.spring4.expression.IThymeleafEvaluationContext
-
Packages that use IThymeleafEvaluationContext Package Description org.thymeleaf.spring4.expression -
-
Uses of IThymeleafEvaluationContext in org.thymeleaf.spring4.expression
Classes in org.thymeleaf.spring4.expression that implement IThymeleafEvaluationContext Modifier and Type Class Description class
ThymeleafEvaluationContext
Thymeleaf's basic implementation of theIThymeleafEvaluationContext
interface, which in turn extends from Spring'sEvaluationContext
interface.class
ThymeleafEvaluationContextWrapper
Implementation of Thymeleaf'sIThymeleafEvaluationContext
interface designed to wrap around a delegated implementation ofEvaluationContext
, adding the Thymeleaf-requiredPropertyAccessor
implementations and (optionally) a series of variables to be accessed like#variableName
during expression evaluation.
-