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

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

public class JiraAbstractWebFragmentModuleDescriptor
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
 String getDescription()
           
 I18nBean 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, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 String getDescription()
Specified by:
getDescription in interface com.atlassian.plugin.ModuleDescriptor
Overrides:
getDescription in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor

getName

public String getName()
Specified by:
getName in interface com.atlassian.plugin.ModuleDescriptor
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 I18nBean getI18nBean()


Copyright © 2002-2007 Atlassian. All Rights Reserved.