| Class | Description |
|---|---|
| Decorator |
The contract for all decorators.
|
| DecoratorProcessor |
Specifies the name of the decorator template to apply to a content template.
|
| HtmlBodyDecorator |
A decorator specific to processing an HTML BODY element.
|
| HtmlDocumentDecorator |
A decorator made to work over whole HTML pages.
|
| HtmlHeadDecorator |
A decorator specific to processing an HTML HEAD element.
|
| TitlePatternProcessor |
Allows for greater control of the resulting <title> element by
specifying a pattern with some special tokens.
|
| XmlDocumentDecorator |
A decorator made to work over any Thymeleaf document.
|
| XmlElementDecorator |
A decorator made to work over any Thymeleaf element.
|