com.atlassian.confluence.plugin.descriptor.web.descriptors
Class ConfluenceAbstractWebFragmentModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>
      extended by com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceAbstractWebFragmentModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<Void>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware, com.atlassian.plugin.web.descriptors.ConditionalDescriptor, com.atlassian.plugin.web.descriptors.ContextAware, com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor<Void>, com.atlassian.plugin.web.descriptors.WeightedDescriptor
Direct Known Subclasses:
ConfluenceWebItemModuleDescriptor, ConfluenceWebSectionModuleDescriptor

public class ConfluenceAbstractWebFragmentModuleDescriptor
extends com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>

Confluence specific wrapper for AbstractWebFragmentModuleDescriptor.


Field Summary
 
Fields inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
COMPOSITE_TYPE_AND, COMPOSITE_TYPE_OR
 
Constructor Summary
ConfluenceAbstractWebFragmentModuleDescriptor(com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor abstractDescriptor)
           
 
Method Summary
 void disabled()
           
 void enabled()
           
 boolean equals(Object obj)
           
 com.atlassian.plugin.web.model.WebLabel getLabel()
           
 com.atlassian.plugin.web.model.WebLabel getTooltip()
           
 com.atlassian.plugin.web.model.WebLabel getWebLabel()
           
 int hashCode()
           
 
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, getResourceDescriptors, getResourceLocation, getWebParams, getWeight, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setWebInterfaceManager, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfluenceAbstractWebFragmentModuleDescriptor

public ConfluenceAbstractWebFragmentModuleDescriptor(com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor abstractDescriptor)
Method Detail

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 com.atlassian.plugin.web.model.WebLabel getWebLabel()
Specified by:
getWebLabel in interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor<Void>
Overrides:
getWebLabel in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>

getLabel

public com.atlassian.plugin.web.model.WebLabel getLabel()

getTooltip

public com.atlassian.plugin.web.model.WebLabel getTooltip()
Specified by:
getTooltip in interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor<Void>
Overrides:
getTooltip in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>

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


Copyright © 2003-2012 Atlassian. All Rights Reserved.