Package | Description |
---|---|
org.thymeleaf.spring5.expression |
Modifier and Type | Class and Description |
---|---|
class |
ThymeleafEvaluationContext
Thymeleaf's basic implementation of the
IThymeleafEvaluationContext interface, which in turn extends
from Spring's EvaluationContext interface. |
class |
ThymeleafEvaluationContextWrapper
Implementation of Thymeleaf's
IThymeleafEvaluationContext interface designed to wrap around a
delegated implementation of EvaluationContext , adding the
Thymeleaf-required PropertyAccessor implementations and (optionally)
a series of variables to be accessed like #variableName during expression evaluation. |
Copyright © 2017 The THYMELEAF team. All rights reserved.