com.atlassian.plugin.web.descriptors
Interface WebFragmentModuleDescriptor
- All Superinterfaces:
- ModuleDescriptor, Resourced, StateAware, WeightedDescriptor
- All Known Subinterfaces:
- WebItemModuleDescriptor, WebSectionModuleDescriptor
- All Known Implementing Classes:
- AbstractWebFragmentModuleDescriptor, DefaultAbstractWebFragmentModuleDescriptor, DefaultWebItemModuleDescriptor, DefaultWebSectionModuleDescriptor
public interface WebFragmentModuleDescriptor
- extends ModuleDescriptor, WeightedDescriptor, StateAware
A convenience interface for web fragment descriptors
| Methods inherited from interface com.atlassian.plugin.ModuleDescriptor |
destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion |
COMPOSITE_TYPE_OR
static final int COMPOSITE_TYPE_OR
- See Also:
- Constant Field Values
COMPOSITE_TYPE_AND
static final int COMPOSITE_TYPE_AND
- See Also:
- Constant Field Values
getWeight
int getWeight()
- Specified by:
getWeight in interface WeightedDescriptor
getModule
java.lang.Object getModule()
- Specified by:
getModule in interface ModuleDescriptor
getWebLabel
WebLabel getWebLabel()
getTooltip
WebLabel getTooltip()
getCondition
Condition getCondition()
getContextProvider
ContextProvider getContextProvider()
getWebParams
WebParam getWebParams()
Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.