Interface IHyperLinkResolver

    • Method Detail

      • resolveHyperLink

        IServiceInterfaceUrl resolveHyperLink​(SessionConfig sessionConfig,
                                              HyperLinkConfig hyperLinkConfig,
                                              ITransaction transaction)
                                       throws PortalException
        Resolves an hyperlink to the corresponding URL.
        Parameters:
        sessionConfig - the user session information.
        hyperLinkConfig - hyperlink information
        transaction - the transaction for persistence access.
        Returns:
        the url, or null if the hyperlink could not be resolved.
        Throws:
        PortalException
        Since:
        4.0.10