Class JiraAbstractWebFragmentModuleDescriptor

java.lang.Object
com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>
com.atlassian.jira.plugin.webfragment.descriptors.JiraAbstractWebFragmentModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<Void>, 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<Void>, com.atlassian.plugin.web.api.descriptors.WeightedDescriptor
Direct Known Subclasses:
AboutPagePanelModuleDescriptorImpl, JiraWebItemModuleDescriptor, JiraWebSectionModuleDescriptor

public abstract class JiraAbstractWebFragmentModuleDescriptor extends com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    JiraAbstractWebFragmentModuleDescriptor(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<Void> abstractDescriptor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     

    Methods inherited from class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor

    destroy, disabled, enabled, getCompleteKey, getCondition, getContextProvider, getDecoratedDescriptor, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getWeight, init, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setWebInterfaceManager, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.atlassian.plugin.ModuleDescriptor

    equals, getDisplayName, hashCode, isBroken, setBroken

    Methods inherited from interface com.atlassian.plugin.ScopeAware

    getScopeKey
  • Field Details

  • Constructor Details

    • JiraAbstractWebFragmentModuleDescriptor

      public JiraAbstractWebFragmentModuleDescriptor(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<Void> abstractDescriptor)
  • Method Details

    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface com.atlassian.plugin.ModuleDescriptor<Void>
      Overrides:
      getDescription in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>
    • getName

      public String getName()
      Specified by:
      getName in interface com.atlassian.plugin.ModuleDescriptor<Void>
      Overrides:
      getName in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>
    • getI18nBean

      public I18nHelper getI18nBean()