com.atlassian.jira.plugin.navigation
Class DefaultPluggableFooter

java.lang.Object
  extended by com.atlassian.jira.plugin.navigation.DefaultPluggableFooter
All Implemented Interfaces:
PluggableFooter

public class DefaultPluggableFooter
extends Object
implements PluggableFooter

Default implementation of PluggableFooter.

Since:
v3.12

Constructor Summary
DefaultPluggableFooter()
           
 
Method Summary
 String getFullFooterHtml(javax.servlet.http.HttpServletRequest request)
          Get the footer HTML to present on a page that utilizes 100% of the page width.
 String getSmallFooterHtml(javax.servlet.http.HttpServletRequest request)
          Get the footer HTML to present on a page that does not utilize 100% of the page width.
 void init(FooterModuleDescriptor descriptor)
          This is called when the controling module descriptor is initialized and enabled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPluggableFooter

public DefaultPluggableFooter()
Method Detail

init

public void init(FooterModuleDescriptor descriptor)
Description copied from interface: PluggableFooter
This is called when the controling module descriptor is initialized and enabled.

Specified by:
init in interface PluggableFooter
Parameters:
descriptor - is the controling module descriptor.

getFullFooterHtml

public String getFullFooterHtml(javax.servlet.http.HttpServletRequest request)
Description copied from interface: PluggableFooter
Get the footer HTML to present on a page that utilizes 100% of the page width.

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

getSmallFooterHtml

public String getSmallFooterHtml(javax.servlet.http.HttpServletRequest request)
Description copied from interface: PluggableFooter
Get the footer HTML to present on a page that does not utilize 100% of the page width.

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.