| Package | Description |
|---|---|
| org.thymeleaf.standard | |
| org.thymeleaf.standard.expression |
| Modifier and Type | Method and Description |
|---|---|
IStandardExpressionParser |
StandardDialect.getExpressionParser()
Returns the Thymeleaf Standard Expression parser (implementation of
IStandardExpressionParser)
that is configured to be used at this instance of the Standard Dialect. |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardDialect.setExpressionParser(IStandardExpressionParser expressionParser)
Sets the Thymeleaf Standard Expression parser (implementation of
IStandardExpressionParser)
that should be used at this instance of the Standard Dialect. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardExpressionParser
Standard implementation of the
IStandardExpressionParser interface for parsing Thymeleaf
Standard Expressions. |
| Modifier and Type | Method and Description |
|---|---|
static IStandardExpressionParser |
StandardExpressions.getExpressionParser(IEngineConfiguration configuration)
Obtain the expression parser (implementation of
IStandardExpressionParser) registered by
the Standard Dialect that is being currently used. |
Copyright © 2016 The THYMELEAF team. All rights reserved.