com.atlassian.bamboo.plugin.web
Class DefaultFooter

java.lang.Object
  extended by com.atlassian.bamboo.plugin.web.DefaultFooter
All Implemented Interfaces:
PluggableFooter

public class DefaultFooter
extends java.lang.Object
implements PluggableFooter


Constructor Summary
DefaultFooter(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

DefaultFooter

public DefaultFooter(TemplateRenderer templateRenderer)
Method Detail

init

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

Specified by:
init in interface PluggableFooter
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 PluggableFooter
Parameters:
request - the request that is asking for the HTML.
Returns:
the HTML to be rendered.
Since:
v2.3


Copyright © 2010 Atlassian. All Rights Reserved.