| Interface | Description |
|---|---|
| IThymeleafEvaluationContext | |
| Mvc.MethodArgumentBuilderWrapper |
| Class | Description |
|---|---|
| Fields |
Expression Object for performing form-field-related operations inside Thymeleaf Standard Expressions in Spring
environments.
|
| Mvc | |
| SPELContextMapWrapper |
Wrapper on
IContext objects that makes them look like java.util.Map objects
in order to be used at the root of SpEL expressions without the need to use custom property accessors
in most scenarios. |
| SPELContextPropertyAccessor |
Property accessor used for allowing Spring EL expression evaluators
treat
IContext objects correctly (map keys will be accessible
as object properties). |
| SPELVariableExpressionEvaluator |
Evaluator for variable expressions (${...}) in Thymeleaf Standard Expressions, using the
SpringEL expression language.
|
| SpringStandardConversionService |
Implementation of
IStandardConversionService that delegates
to Spring's type conversion system. |
| SpringStandardExpressionObjectFactory |
Builds the expression objects to be used by SpringStandard dialects.
|
| Themes |
A utility object, accessed in Thymeleaf templates by the #themes
expression, that provides the same features as the Spring
<spring:theme JSP tag.
|
| ThymeleafEvaluationContext |
Thymeleaf's basic implementation of the
IThymeleafEvaluationContext interface, which in turn extends
from Spring's EvaluationContext interface. |
| 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 © 2015 The THYMELEAF team. All rights reserved.