Class ModernPluggableTopNavigation
java.lang.Object
com.atlassian.jira.plugin.headernav.ModernPluggableTopNavigation
- All Implemented Interfaces:
PluggableTopNavigation
-
Constructor Summary
ConstructorsConstructorDescriptionModernPluggableTopNavigation(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, ApplicationProperties applicationProperties, FeatureManager featureManager, SoyTemplateRendererProvider soy, SkipLinksProvider skipLinksProvider, I18nHelper i18nHelper) -
Method Summary
Modifier and TypeMethodDescriptiongetHtml(jakarta.servlet.http.HttpServletRequest request) Get the HTML to present on screen.voidinit(TopNavigationModuleDescriptor descriptor) This is called when the controling module descriptor is initialized and enabled.
-
Constructor Details
-
Method Details
-
getHtml
Description copied from interface:PluggableTopNavigationGet the HTML to present on screen.- Specified by:
getHtmlin interfacePluggableTopNavigation- Parameters:
request- the request that is asking for the html.- Returns:
- the html to be rendered.