public class DefaultHelpUrlsLoader extends Object implements HelpUrlsLoader
HelpUrlsLoader.HelpUrlsLoaderKey| Constructor and Description |
|---|
DefaultHelpUrlsLoader(ResourceBundleLoader loader,
JiraAuthenticationContext ctx,
FeatureManager featureManager,
LocalHelpUrls localHelpUrls,
I18nHelper.BeanFactory i18n,
HelpUrlsParser parser) |
| Modifier and Type | Method and Description |
|---|---|
HelpUrls |
apply(HelpUrlsLoader.HelpUrlsLoaderKey input)
Return the
HelpUrls associated with the passed HelpUrlsLoader.HelpUrlsLoaderKey. |
HelpUrlsLoader.HelpUrlsLoaderKey |
keyForCurrentUser()
Return the
HelpUrlsLoader.HelpUrlsLoaderKey associated with the calling user. |
public DefaultHelpUrlsLoader(ResourceBundleLoader loader, JiraAuthenticationContext ctx, FeatureManager featureManager, LocalHelpUrls localHelpUrls, I18nHelper.BeanFactory i18n, HelpUrlsParser parser)
@Nonnull public HelpUrlsLoader.HelpUrlsLoaderKey keyForCurrentUser()
HelpUrlsLoaderHelpUrlsLoader.HelpUrlsLoaderKey associated with the calling user. It can safely be used as
a key to cache the result of a HelpUrls lookup.keyForCurrentUser in interface HelpUrlsLoaderpublic HelpUrls apply(HelpUrlsLoader.HelpUrlsLoaderKey input)
HelpUrlsLoaderHelpUrls associated with the passed HelpUrlsLoader.HelpUrlsLoaderKey. The
passed HelpUrlsLoaderKey must have been returned from a previous call to HelpUrlsLoader.keyForCurrentUser()
on this instance. It is not safe to use HelpUrlsLoaderKey across instances of HelpUrlsLoader.apply in interface HelpUrlsLoaderapply in interface com.google.common.base.Function<HelpUrlsLoader.HelpUrlsLoaderKey,HelpUrls>input - the HelpUrlsLoaderKey to query for. It must have been returned from a HelpUrlsLoader.keyForCurrentUser()
on this instance. Using HelpUrlsLoaderKey from other instances may result in runtime exceptions.HelpUrls associated with the passed key.Copyright © 2002-2015 Atlassian. All Rights Reserved.