Class WebappKeysUtil


  • @API(type=INTERNAL,
         src=PUBLIC)
    public final class WebappKeysUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getKeyRefForUrl​(AuthorAccess authorAccess, java.lang.String referenceUrl)
      Return the key reference value for a URL of a reference.
      • Methods inherited from class java.lang.Object

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

      • getKeyRefForUrl

        public static java.lang.String getKeyRefForUrl​(AuthorAccess authorAccess,
                                                       java.lang.String referenceUrl)
        Return the key reference value for a URL of a reference.
        Parameters:
        authorAccess - The author access for the current document.
        referenceUrl - The URL of the reference.
        Returns:
        the value of the key reference for the given URL, or null if the no key definition was found.