Class VersionSpecificDocumentationBean
java.lang.Object
com.atlassian.confluence.util.i18n.VersionSpecificDocumentationBean
- All Implemented Interfaces:
DocumentationBean
Constructs a version specific link to Confluence's documentation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
if the documentation link exists, otherwisefalse
.Retrieves the alt text for images associated with the link to help documentationConstructs a link to help documentationRetrieves the title for the link to help documentationboolean
Retrieves the location of the help documentation
-
Constructor Details
-
VersionSpecificDocumentationBean
-
-
Method Details
-
getLink
Description copied from interface:DocumentationBean
Constructs a link to help documentation- Specified by:
getLink
in interfaceDocumentationBean
- Parameters:
key
- the page title- Returns:
- link to help documentation
-
exists
Description copied from interface:DocumentationBean
Returnstrue
if the documentation link exists, otherwisefalse
.- Specified by:
exists
in interfaceDocumentationBean
-
getTitle
Description copied from interface:DocumentationBean
Retrieves the title for the link to help documentation- Specified by:
getTitle
in interfaceDocumentationBean
- Parameters:
docLink
- the page title- Returns:
- title for the link
-
getAlt
Description copied from interface:DocumentationBean
Retrieves the alt text for images associated with the link to help documentation- Specified by:
getAlt
in interfaceDocumentationBean
- Parameters:
docLink
- the page title- Returns:
- alt text for images that may be used as or with the link
-
isLocal
Description copied from interface:DocumentationBean
Retrieves the location of the help documentation- Specified by:
isLocal
in interfaceDocumentationBean
- Parameters:
docLink
- the page title- Returns:
- true if the documentation is local to the instance, false if it is external
-