|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.sal.api.message.DefaultHelpPath
public class DefaultHelpPath
Default immutable implementation of HelpPath.
| Constructor Summary | |
|---|---|
DefaultHelpPath(String key,
String url,
String title,
String alt,
boolean local)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultHelpPath(String key,
String url,
String title,
String alt,
boolean local)
| Method Detail |
|---|
public String getKey()
HelpPathHelpPathResolver
should return null from the getHelpPath() method.
getKey in interface HelpPathpublic String getUrl()
HelpPathHelpPathResolver should return null from
the getHelpPath() method.
getUrl in interface HelpPathpublic String getTitle()
HelpPath
getTitle in interface HelpPathpublic String getAlt()
HelpPath
getAlt in interface HelpPathpublic boolean isLocal()
HelpPath
isLocal in interface HelpPath
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||