Package de.xima.fc.gui.common.bean
Class LogoBean
- java.lang.Object
 - 
- de.xima.fc.gui.common.bean.LogoBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@ViewScoped @Named public class LogoBean extends Object implements Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LogoBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogoLinkgetLogoLink()Finds the URL to which to redirect when the user clicks on the formcycle logo. 
 - 
 
- 
- 
Method Detail
- 
getLogoLink
public LogoLink getLogoLink()
Finds the URL to which to redirect when the user clicks on the formcycle logo.When not logged in: this redirects to the formcycle product web page, either the FORM.CLOUD or the formcycle web page.
When logged in: On the master server, this redirects to the dashboard; and on an inbox frontend server, this redirects to the inbox.
- Returns:
 - The URL to which to redirect when the user clicks on the formcycle logo.
 
 
 - 
 
 -