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


Field Summary
static int COMPOSITE_TYPE_AND
          Deprecated. As of 2.5.0, use ConditionElementParser.CompositeType.AND
static int COMPOSITE_TYPE_OR
          Deprecated. As of 2.5.0, use ConditionElementParser.CompositeType.OR
 
Method Summary
 Condition getCondition()
           
 WebLabel getTooltip()
           
 WebLabel getWebLabel()
           
 WebParam getWebParams()
           
 int 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
 

Field Detail

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
Method Detail

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.