Package org.thymeleaf.dialect
Class AbstractDialect
- Object
-
- org.thymeleaf.dialect.AbstractDialect
-
- All Implemented Interfaces:
IDialect
- Direct Known Subclasses:
AbstractProcessorDialect
public class AbstractDialect extends Object implements IDialect
Base abstract implementation of the
IDialect
interface.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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractDialect(String name)
-