| java.lang.Object | ||
| ↳ | com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T> | |
| ↳ | com.atlassian.jira.plugin.AbstractJiraModuleDescriptor<T> | |
Base class for JIRA Plugin ModuleDescriptors.
Note: This class should not be considered as actually part of the API. It is in the jira-api module for legacy compatibility only.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | RESOURCE_TYPE_I18N | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.plugin.descriptors.AbstractModuleDescriptor
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Please use i18nBean.getText() instead. Since 5.0
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an instance of the Module.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.plugin.descriptors.AbstractModuleDescriptor
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
| |||||||||||
From interface
com.atlassian.plugin.ModuleDescriptor
| |||||||||||
From interface
com.atlassian.plugin.Resourced
| |||||||||||
From interface
com.atlassian.plugin.StateAware
| |||||||||||
This method is deprecated.
Please use i18nBean.getText() instead. Since 5.0
| key | the property key |
|---|
Creates an instance of the Module. This is called by the lazy load logic of getModule() and is suitable for overriding in subclasses if they want to customize how the Module class is instantiated.