| Interface | Description |
|---|---|
| IDialect |
Base interface for all dialects created for extending the features available during
Thymeleaf's template processing.
|
| IExecutionAttributeDialect | |
| IExpressionObjectDialect | |
| IPostProcessorDialect | |
| IPreProcessorDialect | |
| IProcessorDialect |
Base interface for all dialects providing processors (
IProcessor objects) to the template engine. |
| Class | Description |
|---|---|
| AbstractDialect |
Base abstract implementation of the
IDialect interface. |
| AbstractProcessorDialect |
Copyright © 2017 The THYMELEAF team. All rights reserved.