public abstract class

JiraAbstractWebFragmentModuleDescriptor

extends DefaultAbstractWebFragmentModuleDescriptor<T>
java.lang.Object
   ↳ com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<T>
     ↳ com.atlassian.jira.plugin.webfragment.descriptors.JiraAbstractWebFragmentModuleDescriptor
Known Direct Subclasses

Summary

Fields
protected final JiraAuthenticationContext authenticationContext
Public Constructors
JiraAbstractWebFragmentModuleDescriptor(JiraAuthenticationContext authenticationContext, AbstractWebFragmentModuleDescriptor<Void> abstractDescriptor)
Public Methods
String getDescription()
I18nHelper getI18nBean()
WebLabel getLabel()
String getName()
WebLabel getTooltip()
WebParam getWebParams()
[Expand]
Inherited Methods
From class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
From class java.lang.Object
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.ContextAware
From interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
From interface com.atlassian.plugin.web.descriptors.WeightedDescriptor

Fields

protected final JiraAuthenticationContext authenticationContext

Public Constructors

public JiraAbstractWebFragmentModuleDescriptor (JiraAuthenticationContext authenticationContext, AbstractWebFragmentModuleDescriptor<Void> abstractDescriptor)

Public Methods

public String getDescription ()

public I18nHelper getI18nBean ()

public WebLabel getLabel ()

public String getName ()

public WebLabel getTooltip ()

public WebParam getWebParams ()