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


Field Summary
static int COMPOSITE_TYPE_AND
           
static int COMPOSITE_TYPE_OR
           
 
Method Summary
 Condition getCondition()
           
 ContextProvider getContextProvider()
           
 WebLabel getTooltip()
           
 WebLabel getWebLabel()
           
 WebParam getWebParams()
           
 int getWeight()
           
 
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
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 
Methods inherited from interface com.atlassian.plugin.StateAware
disabled, enabled
 

Field Detail

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

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.