|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.util.i18n.VersionSpecificDocumentationBean
public class VersionSpecificDocumentationBean
Constructs a version specific link to Confluence's documentation.
| Constructor Summary | |
|---|---|
VersionSpecificDocumentationBean(SystemInformationService systemInformationService,
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(SystemInformationService systemInformationService,
I18NBean i18NBean)
| Method Detail |
|---|
public String getLink(String docLink)
DocumentationBean
getLink in interface DocumentationBeandocLink - the page title
public boolean exists(String docLink)
DocumentationBeantrue if the documentation link exists, otherwise false.
exists in interface DocumentationBeanpublic String getTitle(String docLink)
DocumentationBean
getTitle in interface DocumentationBeandocLink - the page title
public String getAlt(String docLink)
DocumentationBean
getAlt in interface DocumentationBeandocLink - the page title
public boolean isLocal(String docLink)
DocumentationBean
isLocal in interface DocumentationBeandocLink - the page title
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||