com.atlassian.jira.plugin.webfragment.descriptors
Class JiraAbstractWebFragmentModuleDescriptor<T>

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

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


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 abstractDescriptor)
           
 
Method Summary
 java.lang.String getDescription()
           
 I18nHelper getI18nBean()
           
 com.atlassian.plugin.web.model.WebLabel getLabel()
           
 java.lang.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, 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
 

Field Detail

authenticationContext

protected final JiraAuthenticationContext authenticationContext
Constructor Detail

JiraAbstractWebFragmentModuleDescriptor

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

getDescription

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

getName

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

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
Overrides:
getTooltip in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor

getWebParams

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

getI18nBean

public I18nHelper getI18nBean()


Copyright © 2002-2010 Atlassian. All Rights Reserved.