com.atlassian.jira.help
Interface HelpUrlsLoader.HelpUrlsLoaderKey

All Known Implementing Classes:
MockHelpUrlsLoader.MockHelpUrlsLoaderKey
Enclosing interface:
HelpUrlsLoader

@Immutable
public static interface HelpUrlsLoader.HelpUrlsLoaderKey

Marker interface for all the state that is required to get a HelpUrls instance. It can safely be used as a key to cache the result of a HelpUrls lookup. The key should be be considered opaque and non-portable across HelpUserLoaders, that is, the HelpUrlsLoaderKey returned by one instance of HelpUserLoader cannot be used to find the HelpUrls in another.

Since:
v6.2.4



Copyright © 2002-2014 Atlassian. All Rights Reserved.