Interface PluggableFooter
- All Known Implementing Classes:
DefaultPluggableFooter
@PublicSpi
public interface PluggableFooter
A plugin to render the footer in JIRA.
- Since:
- v3.12
-
Method Summary
Modifier and TypeMethodDescriptiongetFullFooterHtml
(javax.servlet.http.HttpServletRequest request) Get the footer HTML to present on a page that utilizes 100% of the page width.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 Details