com.atlassian.jira.plugin.navigation
Interface PluggableTopNavigation

All Known Implementing Classes:
DefaultPluggableTopNavigation

public interface PluggableTopNavigation

A plugin to render a top navigation bar in JIRA.

Since:
v3.12

Method Summary
 String getHtml(javax.servlet.http.HttpServletRequest request)
          Get the HTML to present on screen.
 void init(TopNavigationModuleDescriptor descriptor)
          This is called when the controling module descriptor is initialized.
 

Method Detail

init

void init(TopNavigationModuleDescriptor descriptor)
This is called when the controling module descriptor is initialized.

Parameters:
descriptor - is the controling module descriptor.
Since:
v3.12

getHtml

String getHtml(javax.servlet.http.HttpServletRequest request)
Get the HTML to present on screen.

Parameters:
request - the request that is asking for the html.
Returns:
the html to be rendered.
Since:
v3.12


Copyright © 2002-2009 Atlassian. All Rights Reserved.