java.lang.Object | |
↳ | com.atlassian.jira.web.util.HelpUtil |
Utility class for building links to JIRA help pages.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
HelpUtil.HelpPath |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a HelpUtil using the default configuration.
| |||||||||||
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
HelpUtil.HelpPath object for a given key, applying | |||||||||||
Returns the
HelpUtil.HelpPath object for a given key | |||||||||||
Returns a HelpUtil that uses the default configuration.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
Returns a HelpUtil using the default configuration.
Returns the HelpUtil.HelpPath
object for a given key, applying
helpPathKey | the key in play |
---|
HelpUtil.HelpPath
for tht key or defaultHelpPath if it cant be
found.
Returns the HelpUtil.HelpPath
object for a given key
helpPathKey | the key in play |
---|---|
useOnDemandOverrides | whether to use ".ondemand" overrides |
HelpUtil.HelpPath
for tht key or defaultHelpPath if it cant be
found.Returns a HelpUtil that uses the default configuration. The default configuration is contained in the
{@value #HELP_PATH_CONFIG_LOCATION}
and {@value #INTERNAL_HELP_PATH_CONFIG_LOCATION}
files in JIRA.