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 SummaryConstructors Constructor Description UserPortalImageBean()
 - 
Method SummaryAll 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- 
getLogoImagepublic String getLogoImage() Gets the URL to the logo image. May be empty when none was set.- Returns:
- URL to the logo image.
 
 - 
getThemeCsspublic String getThemeCss() Gets the URL to the theme CSS. May be empty when none was set.- Returns:
- URL to the theme CSS.
 
 - 
getThemeJspublic String getThemeJs() Gets the URL to the theme JavaScript. May be empty when none was set.- Returns:
- URL to the theme JavaScript.
 
 - 
getWelcomeImagepublic 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() 
 
- 
 
-