Uses of Class
de.xima.fc.gui.common.utils.LogoLink
-
Packages that use LogoLink Package Description de.xima.fc.gui.common.bean de.xima.fc.gui.common.utils -
-
Uses of LogoLink in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return LogoLink Modifier and Type Method Description LogoLink
LogoBean. getLogoLink()
Finds the URL to which to redirect when the user clicks on the formcycle logo. -
Uses of LogoLink in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils that return LogoLink Modifier and Type Method Description static LogoLink
LogoLink. forCurrentView(IView currentView, Mandant client, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
For a given page, finds the URL to which to redirect when the user clicks on the formcycle logo on that page.
-