public class WebPanelRendererModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<WebPanelRenderer>
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_ELEMENT_NAME
Host applications should use this string when registering the
WebPanelRendererModuleDescriptor. |
| Constructor and Description |
|---|
WebPanelRendererModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleClassFactory) |
| Modifier and Type | Method and Description |
|---|---|
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) |
assertModuleClassImplements, checkPermissions, destroy, disabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, satisfiesMinJavaVersion, setBroken, setPlugin, toStringpublic static final String XML_ELEMENT_NAME
WebPanelRendererModuleDescriptor.public WebPanelRendererModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleClassFactory)
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>Copyright © 2021 Atlassian. All rights reserved.