Package com.atlassian.bamboo.plugin.web
Class DefaultTopNavigation
- java.lang.Object
-
- com.atlassian.bamboo.plugin.web.DefaultTopNavigation
-
- All Implemented Interfaces:
InitablePluginModule
,PluggableTopNavigation
,BambooPluginModule
public class DefaultTopNavigation extends Object implements PluggableTopNavigation
-
-
Constructor Summary
Constructors Constructor Description DefaultTopNavigation(TemplateRenderer templateRenderer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getHtml(@NotNull javax.servlet.http.HttpServletRequest request)
Get the HTML to present on screenvoid
init(@NotNull com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
Perform initialisation
-
-
-
Constructor Detail
-
DefaultTopNavigation
public DefaultTopNavigation(TemplateRenderer templateRenderer)
-
-
Method Detail
-
init
public void init(@NotNull @NotNull com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
Perform initialisation- Specified by:
init
in interfaceInitablePluginModule
- Parameters:
moduleDescriptor
- The module descriptor for this plugin
-
getHtml
@NotNull public @NotNull String getHtml(@NotNull @NotNull javax.servlet.http.HttpServletRequest request)
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.
- Since:
- v2.3
-
-