Interface PluggableTopNavigation

All Known Implementing Classes:
DefaultPluggableTopNavigation, ModernPluggableTopNavigation

@PublicSpi public interface PluggableTopNavigation
A plugin to render a top navigation bar in JIRA.
Since:
v3.12
  • Method Summary

    Modifier and Type
    Method
    Description
    getHtml(javax.servlet.http.HttpServletRequest request)
    Get the HTML to present on screen.
    void
    This is called when the controling module descriptor is initialized and enabled.
  • Method Details

    • init

      void init(TopNavigationModuleDescriptor descriptor)
      This is called when the controling module descriptor is initialized and enabled.
      Parameters:
      descriptor - is the controling module descriptor.
      Since:
      v3.12
    • getHtml

      String getHtml(javax.servlet.http.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.
      Since:
      v3.12