Package org.thymeleaf.spring4.expression
Class SPELVariableExpressionEvaluator
- Object
-
- org.thymeleaf.spring4.expression.SPELVariableExpressionEvaluator
-
- All Implemented Interfaces:
org.thymeleaf.standard.expression.IStandardVariableExpressionEvaluator
public class SPELVariableExpressionEvaluator extends Object implements org.thymeleaf.standard.expression.IStandardVariableExpressionEvaluator
Evaluator for variable expressions (
${...}
) in Thymeleaf Standard Expressions, using the SpringEL expression language.Note a class with this name existed since 2.0.9, but it was completely reimplemented in Thymeleaf 3.0
- Since:
- 3.0.0
- Author:
- Daniel Fernández, Guven Demir
-
-
Field Summary
Fields Modifier and Type Field Description static SPELVariableExpressionEvaluator
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protected
SPELVariableExpressionEvaluator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
evaluate(org.thymeleaf.context.IExpressionContext context, org.thymeleaf.standard.expression.IStandardVariableExpression expression, org.thymeleaf.standard.expression.StandardExpressionExecutionContext expContext)
String
toString()
-
-
-
Field Detail
-
INSTANCE
public static final SPELVariableExpressionEvaluator INSTANCE
-
-
Method Detail
-
evaluate
public final Object evaluate(org.thymeleaf.context.IExpressionContext context, org.thymeleaf.standard.expression.IStandardVariableExpression expression, org.thymeleaf.standard.expression.StandardExpressionExecutionContext expContext)
- Specified by:
evaluate
in interfaceorg.thymeleaf.standard.expression.IStandardVariableExpressionEvaluator
-
-