Class ReadOnlyWebPanelModuleDescriptor
- java.lang.Object
-
- com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>
-
- com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebPanelModuleDescriptor
-
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>
,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<com.atlassian.plugin.web.model.WebPanel>
,com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor
,com.atlassian.plugin.web.descriptors.WeightedDescriptor
public class ReadOnlyWebPanelModuleDescriptor extends ReadOnlyWebFragmentModuleDescriptor<com.atlassian.plugin.web.model.WebPanel> implements com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyWebPanelModuleDescriptor(com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocation()
-
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
-
getLocation
public String getLocation()
- Specified by:
getLocation
in interfacecom.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor
-
-