com.atlassian.plugin.web.descriptors
Interface WebFragmentModuleDescriptor<T>
- All Superinterfaces:
- ModuleDescriptor<T>, Resourced, StateAware, WeightedDescriptor
- All Known Subinterfaces:
- WebItemModuleDescriptor<T>, WebSectionModuleDescriptor<T>
- All Known Implementing Classes:
- AbstractWebFragmentModuleDescriptor, DefaultAbstractWebFragmentModuleDescriptor, DefaultWebItemModuleDescriptor, DefaultWebSectionModuleDescriptor
public interface WebFragmentModuleDescriptor<T>
- extends ModuleDescriptor<T>, WeightedDescriptor, StateAware
A convenience interface for web fragment descriptors
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor |
destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, 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
getWebLabel
WebLabel getWebLabel()
getTooltip
WebLabel getTooltip()
getCondition
Condition getCondition()
getContextProvider
ContextProvider getContextProvider()
getWebParams
WebParam getWebParams()
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.