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 InitablePluginModule
moduleDescriptor
- The module descriptor for this plugin@NotNull public String getHtml(@NotNull javax.servlet.http.HttpServletRequest request)
getHtml
in interface PluggableTopNavigation
request
- the request that is asking for the HTML.Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.