public class DefaultPluggableFooter extends Object implements PluggableFooter
PluggableFooter.| Constructor and Description |
|---|
DefaultPluggableFooter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void init(FooterModuleDescriptor descriptor)
PluggableFooterinit in interface PluggableFooterdescriptor - is the controling module descriptor.public String getFullFooterHtml(javax.servlet.http.HttpServletRequest request)
PluggableFootergetFullFooterHtml in interface PluggableFooterrequest - the request that is asking for the html.public String getSmallFooterHtml(javax.servlet.http.HttpServletRequest request)
PluggableFootergetSmallFooterHtml in interface PluggableFooterrequest - the request that is asking for the html.Copyright © 2002-2016 Atlassian. All Rights Reserved.