Package com.atlassian.bamboo.plugin.web
Class DefaultFooter
java.lang.Object
com.atlassian.bamboo.plugin.web.DefaultFooter
- All Implemented Interfaces:
InitablePluginModule
,PluggableFooter
,BambooPluginModule
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultFooter
-
-
Method Details
-
init
public void init(@NotNull @NotNull com.atlassian.plugin.ModuleDescriptor moduleDescriptor) Perform initialisation- Specified by:
init
in interfaceInitablePluginModule
- Parameters:
moduleDescriptor
- The module descriptor for this plugin
-
getHtml
@NotNull public @NotNull String getHtml(@NotNull @NotNull javax.servlet.http.HttpServletRequest request) Get the HTML to present on screen- Specified by:
getHtml
in interfacePluggableFooter
- Parameters:
request
- the request that is asking for the HTML.- Returns:
- the HTML to be rendered.
- Since:
- v2.3
-