|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.util.i18n.VersionSpecificDocumentationBean
public class VersionSpecificDocumentationBean
Constructs a version specific link to Confluence's documentation.
Constructor Summary | |
---|---|
VersionSpecificDocumentationBean(String versionNumber,
I18NBean i18NBean)
|
Method Summary | |
---|---|
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 docLink)
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VersionSpecificDocumentationBean(String versionNumber, I18NBean i18NBean)
Method Detail |
---|
public String getLink(String docLink)
DocumentationBean
getLink
in interface DocumentationBean
docLink
- the page title
public 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 title
public String getAlt(String docLink)
DocumentationBean
getAlt
in interface DocumentationBean
docLink
- the page title
public boolean isLocal(String docLink)
DocumentationBean
isLocal
in interface DocumentationBean
docLink
- the page title
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |