com.atlassian.jira.plugin.webfragment.descriptors.SimpleLinkFactoryModuleDescriptor |
![]()
|
This interface is deprecated.
since v6.3 - use com.atlassian.plugin.web.descriptors.WebItemProviderModuleDescriptor
Plugin in Module descriptor that defines a SimpleLinkFactory
. This is used
by the SimpleLinkManager
to display a list of simple links.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The section that this list will be inserted into.
| |||||||||||
Whether or not this should be lazily loaded.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
The section that this list will be inserted into. This usually refers to a
WebSectionModuleDescriptor
location + "/" + key.
This should never return null.
Whether or not this should be lazily loaded. This should be true if the list is expensive. Note that this can be ignored if the list does not support lazily loaded links.