com.atlassian.bamboo.plugin.web
Class DefaultTopNavigation

java.lang.Object
  extended by com.atlassian.bamboo.plugin.web.DefaultTopNavigation
All Implemented Interfaces:
InitablePluginModule, PluggableTopNavigation, BambooPluginModule

public class DefaultTopNavigation
extends java.lang.Object
implements PluggableTopNavigation


Constructor Summary
DefaultTopNavigation(TemplateRenderer templateRenderer)
           
 
Method Summary
 java.lang.String getHtml(javax.servlet.http.HttpServletRequest request)
          Get the HTML to present on screen
 void init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
          Perform initialisation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTopNavigation

public DefaultTopNavigation(TemplateRenderer templateRenderer)
Method Detail

init

public void init(@NotNull
                 com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
Perform initialisation

Specified by:
init in interface InitablePluginModule
Parameters:
moduleDescriptor - The module descriptor for this plugin

getHtml

@NotNull
public java.lang.String getHtml(@NotNull
                                        javax.servlet.http.HttpServletRequest request)
Get the HTML to present on screen

Specified by:
getHtml in interface PluggableTopNavigation
Parameters:
request - the request that is asking for the HTML.
Returns:
the HTML to be rendered.
Since:
v2.3


Copyright © 2012 Atlassian. All Rights Reserved.