| java.lang.Object | ||
| ↳ | com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T> | |
| ↳ | com.atlassian.plugin.servlet.descriptors.ServletContextParamModuleDescriptor | |
Allows plugin developers to specify init parameters they would like added to the plugin local javax.servlet.ServletContext.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.plugin.descriptors.AbstractModuleDescriptor
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The particular module object created by this plugin.
| |||||||||||
Initialise a module given it's parent plugin and the XML element
representing the module.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Provides validation rules for the pattern
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.plugin.descriptors.AbstractModuleDescriptor
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.plugin.ModuleDescriptor
| |||||||||||
From interface
com.atlassian.plugin.Resourced
| |||||||||||
From interface
com.atlassian.plugin.StateAware
| |||||||||||
The particular module object created by this plugin.
Initialise a module given it's parent plugin and the XML element representing the module.
Since atlassian-plugins v2.2, you can no longer load classes from the
plugin in this method, because the OSGi bundle that they will live in is
not built yet. Load classes in the
enabled()
method instead.
| plugin | The plugin that the module belongs to. Must not be null. |
|---|---|
| element | XML element representing the module. Must not be null. |
| PluginParseException |
|---|
Provides validation rules for the pattern
| pattern | The validation pattern |
|---|