| Interface | Description |
|---|---|
| IDialect |
Interface for all Thymeleaf Dialects.
|
| IExpressionEnhancingDialect |
Feature-specifier interface for
IDialect implementations. |
| Class | Description |
|---|---|
| AbstractDialect |
Abstract implementation of
IDialect that returns empty
sets for all dialect components. |
| AbstractXHTMLEnabledDialect |
Abstract implementation of
IDialect that returns empty
sets for all dialect components except for the DOCTYPE resolution entries, which
return a set of standard DTD definitions for XHTML 1.0, XHTML 1.1 and HTML5. |
Copyright © 2016 The THYMELEAF team. All rights reserved.