Class AbstractDialect

  • All Implemented Interfaces:
    IDialect
    Direct Known Subclasses:
    AbstractProcessorDialect

    public class AbstractDialect
    extends 
    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  name)  
    • Constructor Detail

      • AbstractDialect

        protected AbstractDialect​( name)
    • Method Detail

      • getName

        public final  getName()
        Specified by:
        getName in interface IDialect