Interface I_CmsCustomLinkRenderer

    • Method Detail

      • getLink

        java.lang.String getLink​(CmsObject cms,
                                 CmsLink link)
        Returns the link for the given link object.

        If null is returned, this means the normal link handling behavior should be used instead.

        Parameters:
        cms - the CMS context
        link - the link object
        Returns:
        the link for the link object
      • getLink

        java.lang.String getLink​(CmsObject cms,
                                 CmsResource resource)
        Returns the link for the given link resource.

        If null is returned, this means the normal link handling behavior should be used instead.

        Parameters:
        cms - the CMS context
        resource - the resource linked to
        Returns:
        the link for the link object