Class DefaultIssueDetailsViewPanelModuleDescriptorImpl
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>
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_NAME
Fields inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
condition, contextProvider, label, tooltip, webInterfaceManager
Fields 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, validate
Methods inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
buildCondition, buildConditions, buildConditions, buildContextProvider, equals, getCondition, getContextProvider, getTooltip, getWebLabel, hashCode, setWebInterfaceManager
Methods 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, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.plugin.web.api.descriptors.ContextAware
getContextProvider
Methods 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, setBroken
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocation
Methods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey
Methods inherited from interface com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor
getCondition
Methods 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:
getModule
in interfacecom.atlassian.plugin.ModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>
- Overrides:
getModule
in classcom.atlassian.plugin.web.descriptors.DefaultWebPanelModuleDescriptor
-