public class VersionSpecificDocumentationBean extends Object implements DocumentationBean
Constructor and Description |
---|
VersionSpecificDocumentationBean(String versionNumber,
I18NBean i18NBean) |
Modifier and Type | Method and Description |
---|---|
boolean |
exists(String docLink)
Returns
true if the documentation link exists, otherwise false . |
String |
getAlt(String docLink)
Retrieves the alt text for images associated with the link to help documentation
|
String |
getLink(String key)
Constructs a link to help documentation
|
String |
getTitle(String docLink)
Retrieves the title for the link to help documentation
|
boolean |
isLocal(String docLink)
Retrieves the location of the help documentation
|
public String getLink(String key)
DocumentationBean
getLink
in interface DocumentationBean
key
- the page titlepublic boolean exists(String docLink)
DocumentationBean
true
if the documentation link exists, otherwise false
.exists
in interface DocumentationBean
public String getTitle(String docLink)
DocumentationBean
getTitle
in interface DocumentationBean
docLink
- the page titlepublic String getAlt(String docLink)
DocumentationBean
getAlt
in interface DocumentationBean
docLink
- the page titlepublic boolean isLocal(String docLink)
DocumentationBean
isLocal
in interface DocumentationBean
docLink
- the page titleCopyright © 2003–2015 Atlassian. All rights reserved.