Klasse ManagerDownloadUrl
java.lang.Object
de.uplanet.lucy.server.auxiliaries.ManagerDownloadUrl
@VelocityCallable("singleton")
@VelocityVariable("ManagerDownloadUrl")
public final class ManagerDownloadUrl
extends Object
For internal use only. Do not use this class in custom scripts.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetManagerDownloadPageLink(IServerBridgeRequest p_request) Get a link to the Intrexx Manager download page.booleanCheck if the current user is allowed to see the manager download links.
-
Felddetails
-
DEFAULT_LANDING_PAGE
- Siehe auch:
-
-
Konstruktordetails
-
ManagerDownloadUrl
public ManagerDownloadUrl()
-
-
Methodendetails
-
hasLinkViewPermission
public boolean hasLinkViewPermission()Check if the current user is allowed to see the manager download links.- Gibt zurück:
trueif the current user is allowed to see the manager download links., orfalseotherwise.
-
getManagerDownloadPageLink
Get a link to the Intrexx Manager download page.If
hasLinkViewPermission()returnsfalsethen this- Parameter:
p_request- The current request.- Gibt zurück:
- A link to the Intrexx Manager download page.
-