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 TypeMethodDescriptiongetHtml
(javax.servlet.http.HttpServletRequest request) Get the HTML to present on screen.void
init
(TopNavigationModuleDescriptor descriptor) This is called when the controling module descriptor is initialized and enabled.
-
Method Details
-
getHtml
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