Uses of Class
com.atlassian.confluence.util.i18n.DocumentationLink
-
Packages that use DocumentationLink Package Description com.atlassian.confluence.json.jsonator com.atlassian.confluence.macro.browser.beans com.atlassian.confluence.util.i18n -
-
Uses of DocumentationLink in com.atlassian.confluence.json.jsonator
Methods in com.atlassian.confluence.json.jsonator with parameters of type DocumentationLink Modifier and Type Method Description Json
DocumentationLinkJsonator. convert(DocumentationLink m)
-
Uses of DocumentationLink in com.atlassian.confluence.macro.browser.beans
Methods in com.atlassian.confluence.macro.browser.beans that return DocumentationLink Modifier and Type Method Description DocumentationLink
MacroFormDetails. getDocumentationLink()
-
Uses of DocumentationLink in com.atlassian.confluence.util.i18n
Methods in com.atlassian.confluence.util.i18n that return DocumentationLink Modifier and Type Method Description static DocumentationLink
DocumentationLink. getInstance(String key)
Constructs and returns an instance of a documentation url with the given key.
-