Class InsertLinkUtil


  • @API(type=INTERNAL,
         src=PUBLIC)
    public final class InsertLinkUtil
    extends java.lang.Object
    Utility class for insert web link.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String chooseURLForLink​(AuthorAccess authorAccess, java.lang.String title)
      Choose url.
      • Methods inherited from class java.lang.Object

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

      • chooseURLForLink

        public static java.lang.String chooseURLForLink​(AuthorAccess authorAccess,
                                                        java.lang.String title)
        Choose url.
        Parameters:
        authorAccess - The author access.
        title - The dialog title.
        Returns:
        The chosen url.