Class LinkHyperlink


  • public abstract class LinkHyperlink
    extends Object
    Since:
    4.0.0
    Version:
    $Revision: 21225 $ $Date: 2018-04-24 17:34:23 -0300 (Tue, 24 Apr 2018) $
    • Constructor Detail

      • LinkHyperlink

        public LinkHyperlink()
    • Method Detail

      • getHyperlink

        public static String getHyperlink​(ISourceData row,
                                          String rowHyperlink,
                                          String fieldHyperlink,
                                          IURLFactory urlFactory)
                                   throws PortalException
        Returns the hyperlink URL for a link source row.
        Parameters:
        row - the source row.
        rowHyperlink - the hyperlink to be used for a row.
        fieldHyperlink - the hyperlink to be used for a field.
        urlFactory - the URL factory to be used for generating IServiceInterfaceUrl instances.
        Returns:
        the hyperlink URL.
        Throws:
        PortalException
        Since:
        5.5.0