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

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

public class ConfluenceAbstractWebFragmentModuleDescriptor
extends com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor

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 enabled()
           
 com.atlassian.plugin.web.model.WebLabel getLabel()
           
 com.atlassian.plugin.web.model.WebLabel getTooltip()
           
 com.atlassian.plugin.web.model.WebLabel getWebLabel()
           
 
Methods inherited from class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
destroy, disabled, 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, equals, finalize, getClass, hashCode, 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

getWebLabel

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

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
Overrides:
getTooltip in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.