public interface

FooterModuleDescriptor

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

Class Overview

Module descriptor for footer modules.

Summary

Public Methods
String getFooterHtml(HttpServletRequest request, Map<String, ?> startingParams)
This method will setup the params related to the license information and render the html for the footer.
[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

Public Methods

public String getFooterHtml (HttpServletRequest request, Map<String, ?> startingParams)

This method will setup the params related to the license information and render the html for the footer.

Parameters
request the servlet request
startingParams any parameters that you want to have available in the context when rendering the footer.
Returns
  • html representing the footer.