Package de.xima.fc.gui.common.bean
Class LogoBean
java.lang.Object
de.xima.fc.gui.common.bean.LogoBean
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFinds the URL to which to redirect when the user clicks on the formcycle logo.
-
Constructor Details
-
LogoBean
public LogoBean()
-
-
Method Details
-
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.
-