public class DefaultTopNavigation extends Object implements PluggableTopNavigation
| Constructor and Description |
|---|
DefaultTopNavigation(TemplateRenderer templateRenderer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHtml(javax.servlet.http.HttpServletRequest request)
Get the HTML to present on screen
|
void |
init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
Perform initialisation
|
public DefaultTopNavigation(TemplateRenderer templateRenderer)
public void init(@NotNull
com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
init in interface InitablePluginModulemoduleDescriptor - The module descriptor for this plugin@NotNull public String getHtml(@NotNull javax.servlet.http.HttpServletRequest request)
getHtml in interface PluggableTopNavigationrequest - the request that is asking for the HTML.Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.