public class ModernPluggableTopNavigation extends Object implements PluggableTopNavigation
Constructor and Description |
---|
ModernPluggableTopNavigation(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
ApplicationProperties applicationProperties,
FeatureManager featureManager,
SoyTemplateRendererProvider soy,
SkipLinksProvider skipLinksProvider) |
Modifier and Type | Method and Description |
---|---|
String |
getHtml(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.
|
public ModernPluggableTopNavigation(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ApplicationProperties applicationProperties, FeatureManager featureManager, SoyTemplateRendererProvider soy, SkipLinksProvider skipLinksProvider)
public void init(TopNavigationModuleDescriptor descriptor)
PluggableTopNavigation
init
in interface PluggableTopNavigation
descriptor
- is the controling module descriptor.public String getHtml(javax.servlet.http.HttpServletRequest request)
PluggableTopNavigation
getHtml
in interface PluggableTopNavigation
request
- the request that is asking for the html.Copyright © 2002-2024 Atlassian. All Rights Reserved.