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.StringLOGIN_WALLPAPER_PROPProperty used to retrieve a dedicated image to use as login page wallpaper.static java.lang.StringLOGIN_WALLPAPERS_PROPProperty used to retrieve the folder path containing images to use as login page wallpaper.static java.lang.StringREVISION 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetLoginWallpaper(JcmsJspContext jcmsContext)protected static java.lang.StringgetSessionWallpaper(JcmsJspContext jcmsContext)protected static voidsetSessionWallpaper(JcmsJspContext jcmsContext, java.lang.String wallpaper) 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
- 
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)
 
 - 
 
 -