| Interface | Description |
|---|---|
| IEngineConfiguration |
Interface defining the main configuration object that specifies how an
ITemplateEngine instance
should behave. |
| ITemplateEngine |
Interface implemented by Thymeleaf Template Engines.
|
| IThrottledTemplateProcessor |
Interface defining operations that can regulate the pace at which the template engine will process a
template (a.k.a.
|
| Class | Description |
|---|---|
| DialectConfiguration |
Configuration class for a specific
IDialect. |
| EngineConfiguration |
Default implementation of the
IEngineConfiguration interface. |
| TemplateEngine |
Main class for the execution of templates.
|
| TemplateSpec |
Specification class containing everything needed by the template engine related to the
template to be processed.
|
| Thymeleaf |
Class meant to keep some constants related to the version of the Thymeleaf library being used, build date, etc.
|
Copyright © 2017 The THYMELEAF team. All rights reserved.