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 A factory that produces a list of SimpleLink objects. 
SimpleLinkFactoryModuleDescriptors Gets the configured link factories
SimpleLinkManager A manager that looks after generating lists of SimpleLink and SimpleLinkSection

Classes

CacheableContextProviderDecorator Decorator for CacheableContextProvider instances that stores the result of a getContextMap(java.util.Map) invocation in a request attribute. 
DefaultSimpleLinkFactoryModuleDescriptors  
DefaultSimpleLinkManager Default implementation of the SimpleLinkManager This actually uses combines SimpleLinkFactory lists with com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor links and com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor sections, respecting weights. 
DefaultWebFragmentContext Default JIRA context for webfragments. 
JiraWebFragmentHelper  
JiraWebInterfaceManager Jira wrapper for the WebInterfaceManager.