public interface

SimpleLinkFactoryModuleDescriptors

com.atlassian.jira.plugin.webfragment.SimpleLinkFactoryModuleDescriptors
Known Indirect Subclasses

This interface is deprecated.
since 6.3 - use com.atlassian.plugin.web.api.DynamicWebInterfaceManager directly.

Class Overview

Gets the configured link factories.

Summary

Public Methods
Iterable<SimpleLinkFactoryModuleDescriptor> get()
Gets a snapshot of all the currently enabled SimpleLinkFactoryModuleDescriptors.

Public Methods

public Iterable<SimpleLinkFactoryModuleDescriptor> get ()

Gets a snapshot of all the currently enabled SimpleLinkFactoryModuleDescriptors.

Returns
  • An Iterable that contains a snapshot of all the currently enabled SimpleLinkFactoryModuleDescriptors.