com.atlassian.plugin.web.descriptors
Interface WebFragmentModuleDescriptor<T>
- All Superinterfaces:
- ConditionalDescriptor, ContextAware, ModuleDescriptor<T>, Resourced, StateAware, WeightedDescriptor
- All Known Subinterfaces:
- WebItemModuleDescriptor, WebPanelModuleDescriptor, WebSectionModuleDescriptor
- All Known Implementing Classes:
- AbstractWebFragmentModuleDescriptor, DefaultAbstractWebFragmentModuleDescriptor, DefaultWebItemModuleDescriptor, DefaultWebPanelModuleDescriptor, DefaultWebSectionModuleDescriptor
public interface WebFragmentModuleDescriptor<T>
- extends ModuleDescriptor<T>, WeightedDescriptor, StateAware, ContextAware, ConditionalDescriptor
A convenience interface for web fragment descriptors
| 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 |
COMPOSITE_TYPE_OR
@Deprecated
static final int COMPOSITE_TYPE_OR
- Deprecated. As of 2.5.0, use
ConditionElementParser.CompositeType.OR
- See Also:
- Constant Field Values
COMPOSITE_TYPE_AND
@Deprecated
static final int COMPOSITE_TYPE_AND
- Deprecated. As of 2.5.0, use
ConditionElementParser.CompositeType.AND
- See Also:
- Constant Field Values
getWeight
int getWeight()
- Specified by:
getWeight in interface WeightedDescriptor
getWebLabel
WebLabel getWebLabel()
getTooltip
WebLabel getTooltip()
getCondition
Condition getCondition()
- Specified by:
getCondition in interface ConditionalDescriptor
getWebParams
WebParam getWebParams()
Copyright © 2013 Atlassian. All Rights Reserved.