Package ro.sync.ecss.extensions.dita
Class WebappKeysUtil
java.lang.Object
ro.sync.ecss.extensions.dita.WebappKeysUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getKeyRefForUrl
(AuthorAccess authorAccess, String referenceUrl) Return the key reference value for a URL of a reference.
-
Method Details
-
getKeyRefForUrl
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.
-