Interface FooterModuleDescriptor

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

public interface FooterModuleDescriptor extends JiraResourcedModuleDescriptor<PluggableFooter>, OrderableModuleDescriptor
Module descriptor for footer modules.
Since:
v3.12
  • Method Summary

    Modifier and Type
    Method
    Description
    getFooterHtml(javax.servlet.http.HttpServletRequest request, Map<String,?> 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, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken

    Methods inherited from interface com.atlassian.jira.plugin.OrderableModuleDescriptor

    getOrder

    Methods inherited from interface com.atlassian.plugin.Resourced

    getResourceDescriptor, getResourceDescriptors, getResourceLocation

    Methods inherited from interface com.atlassian.plugin.ScopeAware

    getScopeKey
  • Method Details

    • getFooterHtml

      String getFooterHtml(javax.servlet.http.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.