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 Details

    • AbstractDialect

      protected AbstractDialect(String name)
  • Method Details