| Interface | Description |
|---|---|
| CacheableContextProvider |
Implementing
ContextProviders will be wrapped with CacheableContextProviderDecorator on creation
in JiraWebFragmentHelper, and have ContextProvider.getContextMap(java.util.Map) invocation results cached
in the request. |
| SimpleLinkFactory | Deprecated
since v6.3 - use
WebItemProvider |
| SimpleLinkFactoryModuleDescriptors | Deprecated
since 6.3 - use
DynamicWebInterfaceManager directly. |
| SimpleLinkManager | Deprecated
since v6.3 - use
DynamicWebInterfaceManager directly if possible. |
| Class | Description |
|---|---|
| CacheableContextProviderDecorator |
Decorator for
CacheableContextProvider instances that stores the result of a CacheableContextProviderDecorator.getContextMap(java.util.Map)
invocation in a request attribute. |
| DefaultSimpleLinkFactoryModuleDescriptors | |
| DefaultSimpleLinkManager | Deprecated
since 6.3 - use
DynamicWebInterfaceManager directly |
| DefaultWebFragmentContext |
Default JIRA context for webfragments.
|
| EmptyWebPanel | |
| JiraWebContext |
Useful wrapper for web contexts.
|
| JiraWebFragmentHelper | |
| JiraWebInterfaceManager | Deprecated
since v6.3 - use
DynamicWebInterfaceManager directly if possible. |
| ThreadLocalCachingSimpleLinkManager |
SimpleLinkManager implementation that caches results in JiraAuthenticationContextImpl.getRequestCache(). |
| ThreadLocalCachingSimpleLinkManager.CacheKey |
Copyright © 2002-2016 Atlassian. All Rights Reserved.