Class UserPortalImageBean
- java.lang.Object
-
- de.xima.fc.user_portal.bean.common.UserPortalImageBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class UserPortalImageBean extends Object implements Serializable
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPortalImageBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLogoImage()Gets the URL to the logo image.StringgetThemeCss()Gets the URL to the theme CSS.StringgetThemeJs()Gets the URL to the theme JavaScript.StringgetWelcomeImage()Gets the URL to the welcome image.voidinit()
-
-
-
Method Detail
-
getLogoImage
public String getLogoImage()
Gets the URL to the logo image. May be empty when none was set.- Returns:
- URL to the logo image.
-
getThemeCss
public String getThemeCss()
Gets the URL to the theme CSS. May be empty when none was set.- Returns:
- URL to the theme CSS.
-
getThemeJs
public String getThemeJs()
Gets the URL to the theme JavaScript. May be empty when none was set.- Returns:
- URL to the theme JavaScript.
-
getWelcomeImage
public String getWelcomeImage()
Gets the URL to the welcome image. May be empty when none was set.- Returns:
- URL to the welcome image.
-
init
@PostConstruct public void init()
-
-