com.atlassian.jira.plugin.navigation
Interface FooterModuleDescriptor

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

public interface FooterModuleDescriptor
extends JiraResourcedModuleDescriptor<PluggableFooter>, OrderableModuleDescriptor

Module descriptor for footer modules.

Since:
v3.12

Method Summary
 String getFooterHtml(javax.servlet.http.HttpServletRequest request, Map startingParams)
          This method will setup the params related to the license information and render the html for the footer.
 
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean, writeHtml
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, 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

getFooterHtml

String getFooterHtml(javax.servlet.http.HttpServletRequest request,
                     Map 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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.