com.atlassian.greenhopper.web.footer
Class GreenHopperFooter

java.lang.Object
  extended by com.atlassian.greenhopper.web.footer.GreenHopperFooter
All Implemented Interfaces:
com.atlassian.jira.plugin.navigation.PluggableFooter

public class GreenHopperFooter
extends java.lang.Object
implements com.atlassian.jira.plugin.navigation.PluggableFooter

The footer for SEO links to GH


Nested Class Summary
 class GreenHopperFooter.HelpPaths
           
 
Field Summary
protected  GreenHopperHelpPathResolver greenHopperHelpPathResolver
           
 
Constructor Summary
GreenHopperFooter()
           
 
Method Summary
 java.lang.String getFullFooterHtml(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getSmallFooterHtml(javax.servlet.http.HttpServletRequest request)
           
 void init(com.atlassian.jira.plugin.navigation.FooterModuleDescriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

greenHopperHelpPathResolver

protected GreenHopperHelpPathResolver greenHopperHelpPathResolver
Constructor Detail

GreenHopperFooter

public GreenHopperFooter()
Method Detail

init

public void init(com.atlassian.jira.plugin.navigation.FooterModuleDescriptor descriptor)
Specified by:
init in interface com.atlassian.jira.plugin.navigation.PluggableFooter

getFullFooterHtml

public java.lang.String getFullFooterHtml(javax.servlet.http.HttpServletRequest request)
Specified by:
getFullFooterHtml in interface com.atlassian.jira.plugin.navigation.PluggableFooter

getSmallFooterHtml

public java.lang.String getSmallFooterHtml(javax.servlet.http.HttpServletRequest request)
Specified by:
getSmallFooterHtml in interface com.atlassian.jira.plugin.navigation.PluggableFooter


Copyright © 2007-2012 Atlassian. All Rights Reserved.