Class LinkHyperlink


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

      Constructors 
      Constructor Description
      LinkHyperlink()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getHyperlink​(ISourceData row, java.lang.String rowHyperlink, java.lang.String fieldHyperlink, IURLFactory urlFactory)
      Returns the hyperlink URL for a link source row.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinkHyperlink

        public LinkHyperlink()
    • Method Detail

      • getHyperlink

        public static java.lang.String getHyperlink​(ISourceData row,
                                                    java.lang.String rowHyperlink,
                                                    java.lang.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