com.atlassian.jira.plugin.webfragment.descriptors
Class JiraAbstractWebFragmentModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>
      extended by com.atlassian.jira.plugin.webfragment.descriptors.JiraAbstractWebFragmentModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<Void>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware, com.atlassian.plugin.web.descriptors.ConditionalDescriptor, com.atlassian.plugin.web.descriptors.ContextAware, com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor<Void>, com.atlassian.plugin.web.descriptors.WeightedDescriptor
Direct Known Subclasses:
JiraWebItemModuleDescriptor, JiraWebSectionModuleDescriptor

public abstract class JiraAbstractWebFragmentModuleDescriptor
extends com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>


Field Summary
protected  JiraAuthenticationContext authenticationContext
           
 
Fields inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
COMPOSITE_TYPE_AND, COMPOSITE_TYPE_OR
 
Constructor Summary
JiraAbstractWebFragmentModuleDescriptor(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<Void> abstractDescriptor)
           
 
Method Summary
 String getDescription()
           
 I18nHelper getI18nBean()
           
 com.atlassian.plugin.web.model.WebLabel getLabel()
           
 String getName()
           
 com.atlassian.plugin.web.model.WebLabel getTooltip()
           
 com.atlassian.plugin.web.model.WebParam getWebParams()
           
 
Methods inherited from class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
destroy, destroy, disabled, enabled, getCompleteKey, getCondition, getContextProvider, getDecoratedDescriptor, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, getWebLabel, getWeight, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setWebInterfaceManager, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
equals, hashCode
 

Field Detail

authenticationContext

protected final JiraAuthenticationContext authenticationContext
Constructor Detail

JiraAbstractWebFragmentModuleDescriptor

public JiraAbstractWebFragmentModuleDescriptor(JiraAuthenticationContext authenticationContext,
                                               com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<Void> abstractDescriptor)
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface com.atlassian.plugin.ModuleDescriptor<Void>
Overrides:
getDescription in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>

getName

public String getName()
Specified by:
getName in interface com.atlassian.plugin.ModuleDescriptor<Void>
Overrides:
getName in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>

getLabel

public com.atlassian.plugin.web.model.WebLabel getLabel()

getTooltip

public com.atlassian.plugin.web.model.WebLabel getTooltip()
Specified by:
getTooltip in interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor<Void>
Overrides:
getTooltip in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>

getWebParams

public com.atlassian.plugin.web.model.WebParam getWebParams()
Specified by:
getWebParams in interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor<Void>
Overrides:
getWebParams in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor<Void>

getI18nBean

public I18nHelper getI18nBean()


Copyright © 2002-2014 Atlassian. All Rights Reserved.