Class ConfluenceWebItemModuleDescriptor
- java.lang.Object
-
- com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>
-
- com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceAbstractWebFragmentModuleDescriptor
-
- com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebItemModuleDescriptor
-
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<Void>
,com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
,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
-
-
Constructor Summary
Constructors Constructor Description ConfluenceWebItemModuleDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEntryPoint()
ConfluenceWebIcon
getIcon()
ConfluenceWebLink
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, getResourceLocation, getWebParams, getWeight, init, isEnabled, 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.ContextAware
getContextProvider
-
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
-
-
-
-
Method Detail
-
getSection
public String getSection()
- Specified by:
getSection
in interfacecom.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
-
getLink
public ConfluenceWebLink getLink()
- Specified by:
getLink
in interfacecom.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
-
getIcon
public ConfluenceWebIcon getIcon()
- Specified by:
getIcon
in interfacecom.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
-
getStyleClass
public String getStyleClass()
- Specified by:
getStyleClass
in interfacecom.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
-
getEntryPoint
public String getEntryPoint()
- Specified by:
getEntryPoint
in interfacecom.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
-
-