stageLinkDIF1

Description: A link element to a given DIF1 stage. Validating the current user access to it (on DIF1 internal authorization manager).

JavaDoc: Click here

Remarks: If the user has no access to the stage it renders a simple text with the given description or nothing according to the "showDescriptionWhenNoAccess" parameter value.

Body content: Empty. All enclosed content will be ignored.

Attributes:

Name Description Data type Required Default value
cssClass The class to use in the rendered link. String No -
appID The application id of the stage we wish to include String Yes -
mediaID The application id of the stage id we wish to include String Yes -
srvID The service id of the stage id we wish to include String Yes -
stageID The stage id we wish to include String Yes -
parameters A map of parameters to pass to the component stage. String Yes -
description The text for the link. String Yes The description or id of the stage
showDescriptionWhenNoAccess False will omit rendering if the user does not have access to the stage Boolean No True
noTabIndex If we want to omit the tab index attribute Boolean No False

Examples:

<dif:document>
    <dif:stageLink appID="1" mediaID="1" srvID="123" stageID="1" />
</dif:document>

Back to tag reference