java.lang.Object
com.aquima.interactions.framework.container.link.LinkContainerBase
com.aquima.interactions.framework.container.link.LinkContainer
All Implemented Interfaces:
IContainerExpander

public class LinkContainer extends LinkContainerBase
The link container is a dynamic container to display a link in a page. It expects three required parameters:
  • type: A name to describe the link type. E.g. "document" to display a link to a document.
  • asset-name: The name of the asset to be used as link text.
  • asset-format: The format of the asset to be used as link text.
All other parameters added to this container will be evaluated by the expression parser and added to this link container. E.g.
  • parameter key 'language' with value 'system.language' will add a parameter 'English' with key 'language' to the Link container.
  • parameter key 'document-name' with value '"bijlage"' will add a parameter 'bijlage' with key 'document-name' to the Link container.
Since:
6.0
Author:
Jon van Leuven