Package com.jalios.jcms.uicomponent
Class LoginUtil
- java.lang.Object
-
- com.jalios.jcms.uicomponent.LoginUtil
-
public final class LoginUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
LOGIN_WALLPAPER_PROP
Property used to retrieve a dedicated image to use as login page wallpaper.static java.lang.String
LOGIN_WALLPAPERS_PROP
Property used to retrieve the folder path containing images to use as login page wallpaper.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getLoginWallpaper(JcmsJspContext jcmsContext)
protected static java.lang.String
getSessionWallpaper(JcmsJspContext jcmsContext)
protected static void
setSessionWallpaper(JcmsJspContext jcmsContext, java.lang.String wallpaper)
-
-
-
Field Detail
-
LOGIN_WALLPAPERS_PROP
public static final java.lang.String LOGIN_WALLPAPERS_PROP
Property used to retrieve the folder path containing images to use as login page wallpaper.- See Also:
- Constant Field Values
-
LOGIN_WALLPAPER_PROP
public static final java.lang.String LOGIN_WALLPAPER_PROP
Property used to retrieve a dedicated image to use as login page wallpaper.- See Also:
- Constant Field Values
-
-
Method Detail
-
getLoginWallpaper
public static java.lang.String getLoginWallpaper(JcmsJspContext jcmsContext)
- Parameters:
jcmsContext
- the current context- Returns:
- relative path of image wallpaper to be used as login page background.
-
setSessionWallpaper
protected static void setSessionWallpaper(JcmsJspContext jcmsContext, java.lang.String wallpaper)
-
getSessionWallpaper
protected static java.lang.String getSessionWallpaper(JcmsJspContext jcmsContext)
-
-