Package io.meeds.deeds.web.utils
Class Utils
- java.lang.Object
-
- io.meeds.deeds.web.utils.Utils
-
public class Utils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgenerateLoginMessage(javax.servlet.http.HttpSession session)static StringgetApplicationBuildNumber()static StringgetExtendedHtmlContent()static StringgetLoginMessage(javax.servlet.http.HttpSession session)
-
-
-
Method Detail
-
generateLoginMessage
public static String generateLoginMessage(javax.servlet.http.HttpSession session)
-
getLoginMessage
public static String getLoginMessage(javax.servlet.http.HttpSession session)
-
getApplicationBuildNumber
public static String getApplicationBuildNumber()
-
getExtendedHtmlContent
public static String getExtendedHtmlContent()
-
-