Package org.thymeleaf.spring6.expression
package org.thymeleaf.spring6.expression
-
ClassDescriptionExpression Object for performing form-field-related operations inside Thymeleaf Standard Expressions in Spring environments.Interface for Thymeleaf-specific implementations of
EvaluationContext
.Expression object in charge of the creation of URLs using the controller-based mechanism in Spring MVC 4.1.Expression object that offers the functionality of Spring MVC'sRequestDataValueProcessor
for performing last-moment modifications to request data values such as URLs or form contents in order to enable mechanism such as CSRF protection.Wrapper onIContext
objects that makes them look likejava.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.Property accessor used for allowing Spring EL expression evaluators treatIContext
objects correctly (map keys will be accessible as object properties).Evaluator for variable expressions (${...}
) in Thymeleaf Standard Expressions, using the SpringEL expression language.Implementation ofIStandardConversionService
that delegates to Spring's type conversion system.Builds the expression objects to be used by SpringStandard dialects.Utility class for the easy obtention of objects relevant to the parsing and execution of Thymeleaf Spring-Standard Expressions (Thymeleaf Standard Expressions based using Spring EL as a base expression language).Deprecated.Theme support was deprecated in Spring 6 with no replacement.Thymeleaf's basic implementation of theIThymeleafEvaluationContext
interface, which in turn extends from Spring'sEvaluationContext
interface.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.