Package org.thymeleaf

Class Thymeleaf

Object
org.thymeleaf.Thymeleaf

public final class Thymeleaf extends Object

Class meant to keep some constants related to the version of the Thymeleaf library being used, build date, etc.

Since:
3.0.0
Author:
Daniel Fernández
  • Method Details

    • getVersion

      public static String getVersion()
    • getBuildTimestamp

      public static String getBuildTimestamp()
    • getVersionMajor

      public static int getVersionMajor()
    • getVersionMinor

      public static int getVersionMinor()
    • getVersionPatch

      public static int getVersionPatch()
    • getVersionQualifier

      public static String getVersionQualifier()
    • isVersionStableRelease

      public static boolean isVersionStableRelease()