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

java.lang.Object
  extended by com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
      extended by com.atlassian.jira.plugin.webfragment.descriptors.JiraAbstractWebFragmentModuleDescriptor
          extended by com.atlassian.jira.plugin.webfragment.descriptors.JiraWebItemModuleDescriptor
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.WebItemModuleDescriptor, com.atlassian.plugin.web.descriptors.WeightedDescriptor

public class JiraWebItemModuleDescriptor
extends JiraAbstractWebFragmentModuleDescriptor
implements com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor


Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.webfragment.descriptors.JiraAbstractWebFragmentModuleDescriptor
authenticationContext
 
Fields inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
COMPOSITE_TYPE_AND, COMPOSITE_TYPE_OR
 
Constructor Summary
JiraWebItemModuleDescriptor(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
           
 
Method Summary
 com.atlassian.plugin.web.model.WebIcon getIcon()
           
 com.atlassian.plugin.web.model.WebLink getLink()
           
 String getSection()
           
 String getStyleClass()
           
 
Methods inherited from class com.atlassian.jira.plugin.webfragment.descriptors.JiraAbstractWebFragmentModuleDescriptor
getDescription, getI18nBean, getLabel, getName, getTooltip, 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
 
Methods inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
getCondition, getContextProvider, getModule, getTooltip, getWebLabel, getWebParams, getWeight
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 
Methods inherited from interface com.atlassian.plugin.StateAware
disabled, enabled
 

Constructor Detail

JiraWebItemModuleDescriptor

public JiraWebItemModuleDescriptor(JiraAuthenticationContext authenticationContext,
                                   com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
Method Detail

getSection

public String getSection()
Specified by:
getSection in interface com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor

getLink

public com.atlassian.plugin.web.model.WebLink getLink()
Specified by:
getLink in interface com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor

getIcon

public com.atlassian.plugin.web.model.WebIcon getIcon()
Specified by:
getIcon in interface com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor

getStyleClass

public String getStyleClass()
Specified by:
getStyleClass in interface com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor


Copyright © 2002-2009 Atlassian. All Rights Reserved.