public interface

TopNavigationModuleDescriptor

implements JiraResourcedModuleDescriptor<T> OrderableModuleDescriptor ConditionalDescriptor
com.atlassian.jira.plugin.navigation.TopNavigationModuleDescriptor
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
Map<StringObject> getTopNavigationContext(HttpServletRequest request, Map<StringObject> startingParms)
getthe velocity context associated with this <top-navigation> module.
String getTopNavigationHtml(HttpServletRequest request, Map<StringObject> startingParms)
render the velocity associated with this <top-navigation> module.
[Expand]
Inherited Methods
From interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
From interface com.atlassian.jira.plugin.OrderableModuleDescriptor
From interface com.atlassian.plugin.ModuleDescriptor
From interface com.atlassian.plugin.Resourced
From interface com.atlassian.plugin.web.descriptors.ConditionalDescriptor

Public Methods

public Map<StringObject> getTopNavigationContext (HttpServletRequest request, Map<StringObject> startingParms)

getthe velocity context associated with this <top-navigation> module.

public String getTopNavigationHtml (HttpServletRequest request, Map<StringObject> startingParms)

render the velocity associated with this <top-navigation> module.