Package org.thymeleaf
Class Thymeleaf
Object
org.thymeleaf.Thymeleaf
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
-
getBuildTimestamp
-
getVersionMajor
public static int getVersionMajor() -
getVersionMinor
public static int getVersionMinor() -
getVersionPatch
public static int getVersionPatch() -
getVersionQualifier
-
isVersionStableRelease
public static boolean isVersionStableRelease()
-