| Class | Description |
|---|---|
| AbstractContentProcessor |
Common code for processors that fetch the content of other pages to include
into the current template.
|
| FragmentProcessor |
Marks sections of the template that can be replaced by sections in the
content template (if decorating) or passed along to included pages (if
including), which share the same name.
|
| LayoutDialect |
Dialect for making use of template/layout decorator pages with Thymeleaf.
|
| LayoutUtilities |
Common decorator-specific utility methods.
|