|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<WebPanelRenderer>
com.atlassian.plugin.web.descriptors.WebPanelRendererModuleDescriptor
public class WebPanelRendererModuleDescriptor
The web panel renderer module is used to add web panel renderers to the plugin system.
| Field Summary | |
|---|---|
static String |
XML_ELEMENT_NAME
Host applications should use this string when registering the WebPanelRendererModuleDescriptor. |
| Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources, singleton |
| Constructor Summary | |
|---|---|
WebPanelRendererModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleClassFactory)
|
|
| Method Summary | |
|---|---|
void |
enabled()
|
WebPanelRenderer |
getModule()
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
|
protected void |
provideValidationRules(com.atlassian.plugin.util.validation.ValidationPattern pattern)
|
| Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
assertModuleClassImplements, checkPermissions, destroy, destroy, disabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, satisfiesMinJavaVersion, setPlugin, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String XML_ELEMENT_NAME
WebPanelRendererModuleDescriptor.
| Constructor Detail |
|---|
public WebPanelRendererModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleClassFactory)
| Method Detail |
|---|
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.ModuleDescriptor<WebPanelRenderer>init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<WebPanelRenderer>com.atlassian.plugin.PluginParseExceptionprotected void provideValidationRules(com.atlassian.plugin.util.validation.ValidationPattern pattern)
provideValidationRules in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<WebPanelRenderer>public void enabled()
enabled in interface com.atlassian.plugin.StateAwareenabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<WebPanelRenderer>public WebPanelRenderer getModule()
getModule in interface com.atlassian.plugin.ModuleDescriptor<WebPanelRenderer>getModule in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<WebPanelRenderer>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||