|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.plugin.navigation.DefaultPluggableFooter
public class DefaultPluggableFooter
Default implementation of PluggableFooter
.
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 |
---|
public DefaultPluggableFooter()
Method Detail |
---|
public void init(FooterModuleDescriptor descriptor)
PluggableFooter
init
in interface PluggableFooter
descriptor
- is the controling module descriptor.public String getFullFooterHtml(javax.servlet.http.HttpServletRequest request)
PluggableFooter
getFullFooterHtml
in interface PluggableFooter
request
- the request that is asking for the html.
public String getSmallFooterHtml(javax.servlet.http.HttpServletRequest request)
PluggableFooter
getSmallFooterHtml
in interface PluggableFooter
request
- the request that is asking for the html.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |