public interface IDialect
Base interface for all dialects created for extending the features available during Thymeleaf's template processing.
Note this is a base interface without much meaning of its own. Instead, dialects should implement one or several of the following sub-interfaces:
IProcessorDialect
for dialects providing processors.IPreProcessorDialect
for dialects providing pre-processors.IPostProcessorDialect
for dialects providing post-processors.IExpressionObjectDialect
for dialects providing expression objects.IExecutionAttributeDialect
for dialects providing execution attributes.Note a class with this name existed since 1.0, but it was completely reimplemented in Thymeleaf 3.0
IProcessorDialect
,
IPreProcessorDialect
,
IPostProcessorDialect
,
IExpressionObjectDialect
,
IExecutionAttributeDialect
,
StandardDialect
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String getName()
Copyright © 2017 The THYMELEAF team. All rights reserved.