Interface IDialect

All Known Subinterfaces:
IExecutionAttributeDialect, IExpressionObjectDialect, IPostProcessorDialect, IPreProcessorDialect, IProcessorDialect
All Known Implementing Classes:
AbstractDialect, AbstractProcessorDialect, StandardDialect

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:

Note a class with this name existed since 1.0, but it was completely reimplemented in Thymeleaf 3.0

Since:
3.0.0
Author:
Daniel Fernández
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details