package

com.atlassian.jira.plugin.webfragment

Interfaces

CacheableContextProvider Implementing ContextProviders will be wrapped with CacheableContextProviderDecorator on creation in JiraWebFragmentHelper, and have getContextMap(java.util.Map) invocation results cached in the request. 
SimpleLinkFactory This interface is deprecated. since v6.3 - use com.atlassian.plugin.web.api.provider.WebItemProvider  
SimpleLinkFactoryModuleDescriptors This interface is deprecated. since 6.3 - use com.atlassian.plugin.web.api.DynamicWebInterfaceManager directly.  
SimpleLinkManager This interface is deprecated. since v6.3 - use com.atlassian.plugin.web.api.DynamicWebInterfaceManager directly if possible.  

Classes

CacheableContextProviderDecorator Decorator for CacheableContextProvider instances that stores the result of a getContextMap(java.util.Map) invocation in a request attribute. 
DefaultSimpleLinkFactoryModuleDescriptors  
DefaultSimpleLinkManager This class is deprecated. since 6.3 - use com.atlassian.plugin.web.api.DynamicWebInterfaceManager directly  
DefaultWebFragmentContext Default JIRA context for webfragments. 
EmptyWebPanel  
JiraWebFragmentHelper  
JiraWebInterfaceManager This class is deprecated. since v6.3 - use com.atlassian.plugin.web.api.DynamicWebInterfaceManager directly if possible.