Uses of Interface
org.thymeleaf.spring6.expression.IThymeleafEvaluationContext
-
Uses of IThymeleafEvaluationContext in org.thymeleaf.spring6.expression
Modifier and TypeClassDescriptionfinal class
Thymeleaf's basic implementation of theIThymeleafEvaluationContext
interface, which in turn extends from Spring'sEvaluationContext
interface.final class
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.