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


Field Summary
static int COMPOSITE_TYPE_AND
           
static int COMPOSITE_TYPE_OR
           
 
Method Summary
 Condition getCondition()
           
 ContextProvider getContextProvider()
           
 java.lang.Object getModule()
           
 WebLabel getTooltip()
           
 WebLabel getWebLabel()
           
 WebParam getWebParams()
           
 int getWeight()
           
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, 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

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.