Interface DocumentationBean
- All Known Implementing Classes:
VersionSpecificDocumentationBean
public interface DocumentationBean
Constructs a link to the instance's documentation
-
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
-
Method Details
-
getLink
Constructs a link to help documentation- Parameters:
docLink
- the page title- Returns:
- link to help documentation
-
getTitle
Retrieves the title for the link to help documentation- Parameters:
docLink
- the page title- Returns:
- title for the link
-
getAlt
Retrieves the alt text for images associated with the link to help documentation- Parameters:
docLink
- the page title- Returns:
- alt text for images that may be used as or with the link
-
isLocal
Retrieves the location of the help documentation- Parameters:
docLink
- the page title- Returns:
- true if the documentation is local to the instance, false if it is external
-
exists
Returnstrue
if the documentation link exists, otherwisefalse
.
-