| Package | Description |
|---|---|
| org.thymeleaf.standard | |
| org.thymeleaf.standard.expression |
| Modifier and Type | Method and Description |
|---|---|
IStandardVariableExpressionEvaluator |
StandardDialect.getVariableExpressionEvaluator()
Returns the variable expression evaluator (implementation of
IStandardVariableExpressionEvaluator)
that is configured to be used at this instance of the Standard Dialect. |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardDialect.setVariableExpressionEvaluator(IStandardVariableExpressionEvaluator variableExpressionEvaluator)
Sets the variable expression evaluator (implementation of
IStandardVariableExpressionEvaluator)
that should be used at this instance of the Standard Dialect. |
| Modifier and Type | Class and Description |
|---|---|
class |
OGNLVariableExpressionEvaluator
Evaluator for variable expressions (${...}) in Thymeleaf Standard Expressions, using the
OGNL expression language.
|
| Modifier and Type | Method and Description |
|---|---|
static IStandardVariableExpressionEvaluator |
StandardExpressions.getVariableExpressionEvaluator(IEngineConfiguration configuration)
Obtain the variable expression evaluator (implementation of
IStandardVariableExpressionEvaluator)
registered by the Standard Dialect that is being currently used. |
Copyright © 2017 The THYMELEAF team. All rights reserved.