Package ro.sync.ecss.extensions.dita
Class WebappKeysUtil
- java.lang.Object
-
- ro.sync.ecss.extensions.dita.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.
-
-
-
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.
-
-