Class ReadOnlyWebItemModuleDescriptor
- java.lang.Object
-
- com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor<Void>
-
- com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebItemModuleDescriptor
-
- 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 ReadOnlyWebItemModuleDescriptor extends ReadOnlyWebFragmentModuleDescriptor<Void> implements com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyWebItemModuleDescriptor(com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntryPoint()com.atlassian.plugin.web.model.WebIcongetIcon()com.atlassian.plugin.web.model.WebLinkgetLink()StringgetSection()StringgetStyleClass()-
Methods inherited from class com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor
destroy, disabled, enabled, getCompleteKey, getCondition, getContextProvider, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getLabel, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, getTooltip, getWebLabel, getWebParams, getWeight, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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:
getSectionin interfacecom.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
-
getLink
public com.atlassian.plugin.web.model.WebLink getLink()
- Specified by:
getLinkin interfacecom.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
-
getIcon
public com.atlassian.plugin.web.model.WebIcon getIcon()
- Specified by:
getIconin interfacecom.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
-
getStyleClass
public String getStyleClass()
- Specified by:
getStyleClassin interfacecom.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
-
getEntryPoint
public String getEntryPoint()
- Specified by:
getEntryPointin interfacecom.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
-
-