com.atlassian.jira.plugin.headernav
Class ModernPluggableTopNavigation

java.lang.Object
  extended by com.atlassian.jira.plugin.headernav.ModernPluggableTopNavigation
All Implemented Interfaces:
PluggableTopNavigation

public class ModernPluggableTopNavigation
extends Object
implements PluggableTopNavigation


Constructor Summary
ModernPluggableTopNavigation(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ApplicationProperties applicationProperties, FeatureManager featureManager, SoyTemplateRendererProvider soy)
           
 
Method Summary
 String getHtml(javax.servlet.http.HttpServletRequest request)
          Get the HTML to present on screen.
 void init(TopNavigationModuleDescriptor 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

ModernPluggableTopNavigation

public ModernPluggableTopNavigation(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
                                    ApplicationProperties applicationProperties,
                                    FeatureManager featureManager,
                                    SoyTemplateRendererProvider soy)
Method Detail

init

public void init(TopNavigationModuleDescriptor descriptor)
Description copied from interface: PluggableTopNavigation
This is called when the controling module descriptor is initialized and enabled.

Specified by:
init in interface PluggableTopNavigation
Parameters:
descriptor - is the controling module descriptor.

getHtml

public String getHtml(javax.servlet.http.HttpServletRequest request)
Description copied from interface: PluggableTopNavigation
Get the HTML to present on screen.

Specified by:
getHtml in interface PluggableTopNavigation
Parameters:
request - the request that is asking for the html.
Returns:
the html to be rendered.


Copyright © 2002-2014 Atlassian. All Rights Reserved.