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

java.lang.Object
  extended by com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>
      extended by com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceAbstractWebFragmentModuleDescriptor
          extended by com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebItemModuleDescriptor
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.WebItemModuleDescriptor, com.atlassian.plugin.web.descriptors.WeightedDescriptor

public class ConfluenceWebItemModuleDescriptor
extends ConfluenceAbstractWebFragmentModuleDescriptor
implements com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor


Field Summary
 
Fields inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
COMPOSITE_TYPE_AND, COMPOSITE_TYPE_OR
 
Constructor Summary
ConfluenceWebItemModuleDescriptor()
           
 
Method Summary
 com.atlassian.plugin.web.model.WebIcon getIcon()
           
 com.atlassian.plugin.web.model.WebLink getLink()
           
 String getSection()
           
 String getStyleClass()
           
 String toString()
           
 
Methods inherited from class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceAbstractWebFragmentModuleDescriptor
disabled, enabled, equals, getLabel, getTooltip, getWebLabel, 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
getCondition, getTooltip, getWebLabel, getWebParams, getWeight
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 
Methods inherited from interface com.atlassian.plugin.StateAware
disabled, enabled
 
Methods inherited from interface com.atlassian.plugin.web.descriptors.ContextAware
getContextProvider
 

Constructor Detail

ConfluenceWebItemModuleDescriptor

public ConfluenceWebItemModuleDescriptor()
Method Detail

getSection

public String getSection()
Specified by:
getSection in interface com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor

getLink

public com.atlassian.plugin.web.model.WebLink getLink()
Specified by:
getLink in interface com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor

getIcon

public com.atlassian.plugin.web.model.WebIcon getIcon()
Specified by:
getIcon in interface com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor

getStyleClass

public String getStyleClass()
Specified by:
getStyleClass in interface com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor

toString

public String toString()
Overrides:
toString in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>


Copyright © 2003-2012 Atlassian. All Rights Reserved.