com.atlassian.jira.plugin.navigation
Interface TopNavigationModuleDescriptor

All Superinterfaces:
JiraResourcedModuleDescriptor<PluggableTopNavigation>, com.atlassian.plugin.ModuleDescriptor<PluggableTopNavigation>, OrderableModuleDescriptor, com.atlassian.plugin.Resourced
All Known Implementing Classes:
TopNavigationModuleDescriptorImpl

public interface TopNavigationModuleDescriptor
extends JiraResourcedModuleDescriptor<PluggableTopNavigation>, OrderableModuleDescriptor

Module descriptor used for plugins that render the top navigation in JIRA.

Since:
v3.12

Method Summary
 String getTopNavigationHtml(javax.servlet.http.HttpServletRequest request, Map<String,Object> startingParms)
           
 
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 
Methods inherited from interface com.atlassian.jira.plugin.OrderableModuleDescriptor
getOrder
 

Method Detail

getTopNavigationHtml

String getTopNavigationHtml(javax.servlet.http.HttpServletRequest request,
                            Map<String,Object> startingParms)


Copyright © 2002-2012 Atlassian. All Rights Reserved.