com.atlassian.studio.bamboo.footer
Class StudioPluggableFooter

java.lang.Object
  extended by com.atlassian.studio.bamboo.footer.StudioPluggableFooter
All Implemented Interfaces:
InitablePluginModule, PluggableFooter, BambooPluginModule

public class StudioPluggableFooter
extends Object
implements PluggableFooter

Footer for Bamboo


Constructor Summary
StudioPluggableFooter(com.atlassian.studio.common.footer.StudioFooterRenderer studioFooterRenderer)
           
 
Method Summary
 String getHtml(javax.servlet.http.HttpServletRequest request)
          Get the HTML to present on screen
 void init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
          Initialises the Plugin with the plugin module descriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudioPluggableFooter

public StudioPluggableFooter(com.atlassian.studio.common.footer.StudioFooterRenderer studioFooterRenderer)
Method Detail

init

public void init(@NotNull
                 com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
Description copied from interface: InitablePluginModule
Initialises the Plugin with the plugin module descriptor

Specified by:
init in interface InitablePluginModule
Parameters:
moduleDescriptor - Plugin module descriptor

getHtml

@NotNull
public String getHtml(@NotNull
                              javax.servlet.http.HttpServletRequest request)
Description copied from interface: PluggableFooter
Get the HTML to present on screen

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


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.