| Constructor and Description |
|---|
DefaultHelpPath(String key,
String url,
String title,
String alt,
boolean local) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlt()
Alternate text for the help icon.
|
String |
getKey()
The key to the help item.
|
String |
getTitle()
Title attribute on the help link (the tooltip).
|
String |
getUrl()
The full URL to the help content for this link.
|
boolean |
isLocal()
Flag to indicate this is a local URL,
A local path is within the application context.
|
public String getKey()
HelpPathHelpPathResolver
should return null from the getHelpPath() method.public String getUrl()
HelpPathHelpPathResolver should return null from
the getHelpPath() method.public String getTitle()
HelpPathpublic String getAlt()
HelpPathpublic boolean isLocal()
HelpPathCopyright © 2019 Atlassian. All rights reserved.