Class ConfluenceAbstractWebFragmentModuleDescriptor

java.lang.Object
com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>
com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceAbstractWebFragmentModuleDescriptor
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:
ConfluenceWebSectionModuleDescriptor

public abstract class ConfluenceAbstractWebFragmentModuleDescriptor extends com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>
Confluence specific wrapper for AbstractWebFragmentModuleDescriptor.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfluenceAbstractWebFragmentModuleDescriptor(com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor abstractDescriptor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    boolean
     
     
     
     
    int
     

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

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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.atlassian.plugin.ModuleDescriptor

    getDisplayName, isBroken, setBroken

    Methods inherited from interface com.atlassian.plugin.ScopeAware

    getScopeKey
  • Constructor Details

    • ConfluenceAbstractWebFragmentModuleDescriptor

      public ConfluenceAbstractWebFragmentModuleDescriptor(com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor abstractDescriptor)
  • Method Details

    • enabled

      public void enabled()
      Specified by:
      enabled in interface com.atlassian.plugin.StateAware
      Overrides:
      enabled in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>
    • disabled

      public void disabled()
      Specified by:
      disabled in interface com.atlassian.plugin.StateAware
      Overrides:
      disabled in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>
    • getWebLabel

      public ConfluenceWebLabel getWebLabel()
    • getLabel

      public ConfluenceWebLabel getLabel()
    • getTooltip

      public ConfluenceWebLabel getTooltip()
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.atlassian.plugin.ModuleDescriptor<Void>
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.atlassian.plugin.ModuleDescriptor<Void>
      Overrides:
      hashCode in class Object