| 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 |
| Modifier and Type | Method and Description |
|---|---|
static IStandardVariableExpressionEvaluator |
StandardExpressions.getVariableExpressionEvaluator(Configuration configuration)
Obtain the variable expression evaluator (implementation of
IStandardVariableExpressionEvaluator)
registered by the Standard Dialect that is being currently used. |
| Modifier and Type | Method and Description |
|---|---|
static StandardExpressionExecutor |
StandardExpressionProcessor.createStandardExpressionExecutor(IStandardVariableExpressionEvaluator expressionEvaluator)
Deprecated.
|
| Constructor and Description |
|---|
StandardExpressionExecutor(IStandardVariableExpressionEvaluator expressionEvaluator)
Deprecated.
|
Copyright © 2016 The THYMELEAF team. All rights reserved.