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()
HelpPath
HelpPathResolver
should return null from the getHelpPath() method.public String getUrl()
HelpPath
HelpPathResolver
should return null from
the getHelpPath() method.public String getTitle()
HelpPath
public String getAlt()
HelpPath
public boolean isLocal()
HelpPath
Copyright © 2015 Atlassian. All rights reserved.