public class

DefaultPluggableTopNavigation

extends Object
implements PluggableTopNavigation
java.lang.Object
   ↳ com.atlassian.jira.plugin.navigation.DefaultPluggableTopNavigation

Class Overview

Represents a default pluggable top navigation.

Summary

Public Constructors
DefaultPluggableTopNavigation()
Public Methods
String getHtml(HttpServletRequest request)
Get the HTML to present on screen.
void init(TopNavigationModuleDescriptor descriptor)
This is called when the controling module descriptor is initialized and enabled.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.plugin.navigation.PluggableTopNavigation

Public Constructors

public DefaultPluggableTopNavigation ()

Public Methods

public String getHtml (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.

public void init (TopNavigationModuleDescriptor descriptor)

This is called when the controling module descriptor is initialized and enabled.

Parameters
descriptor is the controling module descriptor.