Class ReadOnlyWebPanelModuleDescriptor
java.lang.Object
com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor<com.atlassian.plugin.web.api.model.WebPanel>
com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebPanelModuleDescriptor
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<com.atlassian.plugin.web.api.model.WebPanel>,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<com.atlassian.plugin.web.api.model.WebPanel>,com.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor<com.atlassian.plugin.web.api.model.WebPanel>,com.atlassian.plugin.web.api.descriptors.WeightedDescriptor
public class ReadOnlyWebPanelModuleDescriptor
extends ReadOnlyWebFragmentModuleDescriptor<com.atlassian.plugin.web.api.model.WebPanel>
implements com.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor<com.atlassian.plugin.web.api.model.WebPanel>
-
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyWebPanelModuleDescriptor(com.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor<? extends com.atlassian.plugin.web.api.model.WebPanel> 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, setBrokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.plugin.web.api.descriptors.ContextAware
getContextProviderMethods 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, setBrokenMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKeyMethods inherited from interface com.atlassian.plugin.StateAware
disabled, enabledMethods inherited from interface com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor
getCondition, getWeight
-
Constructor Details
-
ReadOnlyWebPanelModuleDescriptor
public ReadOnlyWebPanelModuleDescriptor(com.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor<? extends com.atlassian.plugin.web.api.model.WebPanel> delegate)
-
-
Method Details
-
getLocation
- Specified by:
getLocationin interfacecom.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor<com.atlassian.plugin.web.api.model.WebPanel>
-