com.atlassian.confluence.util
Class VersionSpecificDocumentationBean

java.lang.Object
  extended by com.atlassian.confluence.util.VersionSpecificDocumentationBean
All Implemented Interfaces:
DocumentationBean

public class VersionSpecificDocumentationBean
extends java.lang.Object
implements DocumentationBean

Constructs a version specific link to Confluence's documentation.


Constructor Summary
VersionSpecificDocumentationBean(SystemInformationService systemInformationService, I18NBean i18NBean)
           
 
Method Summary
 java.lang.String getLink(java.lang.String docLink)
          Constructs a link to help documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionSpecificDocumentationBean

public VersionSpecificDocumentationBean(SystemInformationService systemInformationService,
                                        I18NBean i18NBean)
Method Detail

getLink

public java.lang.String getLink(java.lang.String docLink)
Description copied from interface: DocumentationBean
Constructs a link to help documentation

Specified by:
getLink in interface DocumentationBean
Parameters:
docLink - the page title
Returns:
link to help documentation


Copyright © 2003-2010 Atlassian. All Rights Reserved.