Class DefaultIssueDetailsViewPanelModuleDescriptorImpl
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>
com.atlassian.plugin.web.descriptors.DefaultWebPanelModuleDescriptor
com.atlassian.greenhopper.issue.detailsview.DefaultIssueDetailsViewPanelModuleDescriptorImpl
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware,com.atlassian.plugin.StateAware,com.atlassian.plugin.web.api.descriptors.ConditionalDescriptor,com.atlassian.plugin.web.api.descriptors.ContextAware,com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>,com.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>,com.atlassian.plugin.web.api.descriptors.WeightedDescriptor,com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>,com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor,com.atlassian.plugin.web.descriptors.WeightedDescriptor
public class DefaultIssueDetailsViewPanelModuleDescriptorImpl
extends com.atlassian.plugin.web.descriptors.DefaultWebPanelModuleDescriptor
Module descriptor for Editable Details View system blocks which need a custom context provider to work.
-
Field Summary
Fields inherited from class com.atlassian.plugin.web.descriptors.DefaultWebPanelModuleDescriptor
XML_ELEMENT_NAMEFields inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
condition, contextProvider, label, tooltip, webInterfaceManagerFields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources -
Constructor Summary
ConstructorsConstructorDescriptionDefaultIssueDetailsViewPanelModuleDescriptorImpl(com.atlassian.plugin.hostcontainer.HostContainer hostContainer, com.atlassian.plugin.module.ModuleFactory moduleClassFactory, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, com.atlassian.jira.template.VelocityTemplatingEngine velocityTemplatingEngine, com.atlassian.jira.template.soy.SoyTemplateRendererProvider soyTemplateRendererProvider) -
Method Summary
Methods inherited from class com.atlassian.plugin.web.descriptors.DefaultWebPanelModuleDescriptor
disabled, enabled, getLocation, getWeight, init, validateMethods inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
buildCondition, buildConditions, buildConditions, buildContextProvider, equals, getCondition, getContextProvider, getTooltip, getWebLabel, hashCode, setWebInterfaceManagerMethods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, satisfiesMinJavaVersion, setBroken, setPlugin, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.plugin.web.api.descriptors.ContextAware
getContextProviderMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKeyMethods inherited from interface com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor
getConditionMethods inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
getTooltip, getWebLabel
-
Constructor Details
-
DefaultIssueDetailsViewPanelModuleDescriptorImpl
public DefaultIssueDetailsViewPanelModuleDescriptorImpl(com.atlassian.plugin.hostcontainer.HostContainer hostContainer, com.atlassian.plugin.module.ModuleFactory moduleClassFactory, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, com.atlassian.jira.template.VelocityTemplatingEngine velocityTemplatingEngine, com.atlassian.jira.template.soy.SoyTemplateRendererProvider soyTemplateRendererProvider)
-
-
Method Details
-
getModule
public com.atlassian.plugin.web.model.WebPanel getModule()- Specified by:
getModulein interfacecom.atlassian.plugin.ModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>- Overrides:
getModulein classcom.atlassian.plugin.web.descriptors.DefaultWebPanelModuleDescriptor
-