public interface

WebFragmentModuleDescriptor

implements ModuleDescriptor<T> StateAware ConditionalDescriptor WeightedDescriptor
com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
Known Indirect Subclasses

Class Overview

A convenience interface for web fragment descriptors

Summary

Constants
int COMPOSITE_TYPE_AND This constant is deprecated. As of 2.5.0, use ConditionElementParser.CompositeType.AND
int COMPOSITE_TYPE_OR This constant is deprecated. As of 2.5.0, use ConditionElementParser.CompositeType#OR
Public Methods
abstract Condition getCondition()
abstract ContextProvider getContextProvider()
abstract WebLabel getTooltip()
abstract WebLabel getWebLabel()
abstract WebParam getWebParams()
abstract int getWeight()
[Expand]
Inherited Methods
From interface com.atlassian.plugin.ModuleDescriptor
From interface com.atlassian.plugin.Resourced
From interface com.atlassian.plugin.StateAware
From interface com.atlassian.plugin.web.descriptors.ConditionalDescriptor
From interface com.atlassian.plugin.web.descriptors.WeightedDescriptor

Constants

public static final int COMPOSITE_TYPE_AND

This constant is deprecated.
As of 2.5.0, use ConditionElementParser.CompositeType.AND

Constant Value: 1 (0x00000001)

public static final int COMPOSITE_TYPE_OR

This constant is deprecated.
As of 2.5.0, use ConditionElementParser.CompositeType#OR

Constant Value: 0 (0x00000000)

Public Methods

public abstract Condition getCondition ()

public abstract ContextProvider getContextProvider ()

public abstract WebLabel getTooltip ()

public abstract WebLabel getWebLabel ()

public abstract WebParam getWebParams ()

public abstract int getWeight ()