Package org.thymeleaf

Class Thymeleaf


  • public final class Thymeleaf
    extends 

    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
    • Field Detail

      • VERSION

        public static final  VERSION
        Deprecated.
        Deprecated in 3.0.12. Use getVersion() instead. Will be removed in Thymeleaf 3.1.
      • BUILD_TIMESTAMP

        public static final  BUILD_TIMESTAMP
        Deprecated.
        Deprecated in 3.0.12. Use getBuildTimestamp() instead. Will be removed in Thymeleaf 3.1.
      • VERSION_MAJOR

        public static final int VERSION_MAJOR
        Deprecated.
        Deprecated in 3.0.12. Use getVersionMajor() instead. Will be removed in Thymeleaf 3.1.
      • VERSION_MINOR

        public static final int VERSION_MINOR
        Deprecated.
        Deprecated in 3.0.12. Use getVersionMinor() instead. Will be removed in Thymeleaf 3.1.
      • VERSION_BUILD

        public static final int VERSION_BUILD
        Deprecated.
        Deprecated in 3.0.12. Use getVersionPatch() instead. Will be removed in Thymeleaf 3.1.
      • VERSION_TYPE

        public static final  VERSION_TYPE
        Deprecated.
        Deprecated in 3.0.12. Use getVersionQualifier() instead. Will be removed in Thymeleaf 3.1.
    • Method Detail

      • getVersion

        public static  getVersion()
      • getBuildTimestamp

        public static  getBuildTimestamp()
      • getVersionMajor

        public static int getVersionMajor()
      • getVersionMinor

        public static int getVersionMinor()
      • getVersionPatch

        public static int getVersionPatch()
      • getVersionQualifier

        public static  getVersionQualifier()
      • isVersionStableRelease

        public static boolean isVersionStableRelease()