Package org.thymeleaf.spring3.expression

Class Summary
Fields  
SpelVariableExpressionEvaluator  
SpringStandardConversionService Implementation of IStandardConversionService that delegates to Spring's type conversion system.
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 Spring's EvaluationContext interface.
ThymeleafEvaluationContextWrapper Implementation of Spring's EvaluationContext interface designed to wrap around another delegated implementation of this same interface, adding (if needed) the Thymeleaf-required PropertyAccessor implementations and (optionally) a series of variables to be accessed like #variableName during expression evaluation.
VariablesMapPropertyAccessor Property accessor used for allowing Spring EL expression evaluators treat VariablesMap objects correctly (map keys will be accessible as object properties).
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.