Class ReadOnlyWebSectionModuleDescriptor
java.lang.Object
com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor<Void>
com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebSectionModuleDescriptor
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<Void>
,com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
,com.atlassian.plugin.StateAware
,com.atlassian.plugin.web.api.descriptors.ConditionalDescriptor
,com.atlassian.plugin.web.api.descriptors.ContextAware
,com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor<Void>
,com.atlassian.plugin.web.api.descriptors.WebSectionModuleDescriptor
,com.atlassian.plugin.web.api.descriptors.WeightedDescriptor
public class ReadOnlyWebSectionModuleDescriptor
extends ReadOnlyWebFragmentModuleDescriptor<Void>
implements com.atlassian.plugin.web.api.descriptors.WebSectionModuleDescriptor
-
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyWebSectionModuleDescriptor
(com.atlassian.plugin.web.api.descriptors.WebSectionModuleDescriptor delegate) -
Method Summary
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, 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.api.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, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocation
Methods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey
Methods inherited from interface com.atlassian.plugin.StateAware
disabled, enabled
Methods inherited from interface com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor
getCondition, getWeight
-
Constructor Details
-
ReadOnlyWebSectionModuleDescriptor
public ReadOnlyWebSectionModuleDescriptor(com.atlassian.plugin.web.api.descriptors.WebSectionModuleDescriptor delegate)
-
-
Method Details
-
getLocation
- Specified by:
getLocation
in interfacecom.atlassian.plugin.web.api.descriptors.WebSectionModuleDescriptor
-