Package org.thymeleaf

Class Thymeleaf


  • public final class Thymeleaf
    extends java.lang.Object

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

    Since:
    3.0.0
    • Constructor Detail

      • Thymeleaf

        private Thymeleaf()
    • Method Detail

      • getVersion

        public static java.lang.String getVersion()
      • getBuildTimestamp

        public static java.lang.String getBuildTimestamp()
      • getVersionMajor

        public static int getVersionMajor()
      • getVersionMinor

        public static int getVersionMinor()
      • getVersionPatch

        public static int getVersionPatch()
      • getVersionQualifier

        public static java.lang.String getVersionQualifier()
      • isVersionStableRelease

        public static boolean isVersionStableRelease()