Class DefaultPluggableFooter

java.lang.Object
com.atlassian.jira.plugin.navigation.DefaultPluggableFooter
All Implemented Interfaces:
PluggableFooter

public class DefaultPluggableFooter extends Object implements PluggableFooter
Default implementation of PluggableFooter.
Since:
v3.12
  • Constructor Details

    • DefaultPluggableFooter

      public DefaultPluggableFooter()
  • Method Details

    • init

      public void init(FooterModuleDescriptor descriptor)
      Description copied from interface: PluggableFooter
      This is called when the controling module descriptor is initialized and enabled.
      Specified by:
      init in interface PluggableFooter
      Parameters:
      descriptor - is the controling module descriptor.
    • getFullFooterHtml

      public String getFullFooterHtml(jakarta.servlet.http.HttpServletRequest request)
      Description copied from interface: PluggableFooter
      Get the footer HTML to present on a page that utilizes 100% of the page width.
      Specified by:
      getFullFooterHtml in interface PluggableFooter
      Parameters:
      request - the request that is asking for the html.
      Returns:
      the html to be rendered.
    • getSmallFooterHtml

      public String getSmallFooterHtml(jakarta.servlet.http.HttpServletRequest request)
      Description copied from interface: PluggableFooter
      Get the footer HTML to present on a page that does not utilize 100% of the page width.
      Specified by:
      getSmallFooterHtml in interface PluggableFooter
      Parameters:
      request - the request that is asking for the html.
      Returns:
      the html to be rendered.