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:
  • Constructor Details

    • LogoBean

      public LogoBean()
  • Method Details

    • 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.