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
(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.
-
Constructor Details
-
Method Details
-
getHtml
Description copied from interface:PluggableTopNavigation
Get the HTML to present on screen.- Specified by:
getHtml
in interfacePluggableTopNavigation
- Parameters:
request
- the request that is asking for the html.- Returns:
- the html to be rendered.