A dialect for Thymeleaf that lets you build layouts and reusable templates in order to improve code reuse
| Type | Name and description |
|---|---|
static String |
DIALECT_NAME |
static int |
DIALECT_PRECEDENCE |
static String |
DIALECT_PREFIX |
| Constructor and description |
|---|
LayoutDialect
(SortingStrategy sortingStrategy = new AppendingStrategy()Constructor, configure the layout dialect with the given sorting strategy. |
| Type | Name and description |
|---|---|
Set<IProcessor> |
getProcessors(String dialectPrefix)Returns the layout dialect's processors. |
| Methods inherited from class | Name |
|---|---|
class AbstractProcessorDialect |
getPrefix, getDialectProcessorPrecedence, getName, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, getProcessors |
class AbstractDialect |
getName, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor, configure the layout dialect with the given sorting strategy.
Returns the layout dialect's processors.
Groovy Documentation