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 String
getLogoImage()
Gets the URL to the logo image.String
getThemeCss()
Gets the URL to the theme CSS.String
getThemeJs()
Gets the URL to the theme JavaScript.String
getWelcomeImage()
Gets the URL to the welcome image.void
init()
-
-
-
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()
-
-