com.atlassian.plugin.web.descriptors
Interface WebSectionModuleDescriptor

All Superinterfaces:
ConditionalDescriptor, ContextAware, ModuleDescriptor<Void>, Resourced, StateAware, WebFragmentModuleDescriptor<Void>, WeightedDescriptor
All Known Implementing Classes:
DefaultWebSectionModuleDescriptor

public interface WebSectionModuleDescriptor
extends WebFragmentModuleDescriptor<Void>

A web-section plugin adds extra sections to a particular location.


Field Summary
 
Fields inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
COMPOSITE_TYPE_AND, COMPOSITE_TYPE_OR
 
Method Summary
 String getLocation()
           
 
Methods inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
getCondition, getTooltip, getWebLabel, getWebParams, getWeight
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 
Methods inherited from interface com.atlassian.plugin.StateAware
disabled, enabled
 
Methods inherited from interface com.atlassian.plugin.web.descriptors.ContextAware
getContextProvider
 

Method Detail

getLocation

String getLocation()


Copyright © 2013 Atlassian. All Rights Reserved.