Uses of Interface
org.thymeleaf.spring6.expression.IThymeleafEvaluationContext
Packages that use IThymeleafEvaluationContext
-
Uses of IThymeleafEvaluationContext in org.thymeleaf.spring6.expression
Classes in org.thymeleaf.spring6.expression that implement IThymeleafEvaluationContextModifier 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.