|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicSpi public interface PluggableFooter
A plugin to render the footer in JIRA.
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. |
Method Detail |
---|
void init(FooterModuleDescriptor descriptor)
descriptor
- is the controling module descriptor.String getFullFooterHtml(javax.servlet.http.HttpServletRequest request)
request
- the request that is asking for the html.
String getSmallFooterHtml(javax.servlet.http.HttpServletRequest request)
request
- the request that is asking for the html.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |