com.atlassian.jira.admin.adminheader
Class GeneralAdminHeaderPanel

java.lang.Object
  extended by com.atlassian.jira.admin.adminheader.GeneralAdminHeaderPanel
All Implemented Interfaces:
com.atlassian.plugin.web.model.WebPanel

public class GeneralAdminHeaderPanel
extends Object
implements com.atlassian.plugin.web.model.WebPanel

This class provides a simple soy generated web-panel containing the admin header including a new admin search link

Since:
v6.0

Nested Class Summary
static class GeneralAdminHeaderPanel.PageAction
           
 
Field Summary
static String SYSTEM_ADMIN_HEADER_PAGEACTIONS
           
 
Constructor Summary
GeneralAdminHeaderPanel(com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer, SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 String getHtml(Map<String,Object> stringObjectMap)
           
 void writeHtml(Writer writer, Map<String,Object> stringObjectMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_ADMIN_HEADER_PAGEACTIONS

public static final String SYSTEM_ADMIN_HEADER_PAGEACTIONS
See Also:
Constant Field Values
Constructor Detail

GeneralAdminHeaderPanel

public GeneralAdminHeaderPanel(com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer,
                               SimpleLinkManager simpleLinkManager,
                               JiraAuthenticationContext authenticationContext)
Method Detail

getHtml

public String getHtml(Map<String,Object> stringObjectMap)
Specified by:
getHtml in interface com.atlassian.plugin.web.model.WebPanel

writeHtml

public void writeHtml(Writer writer,
                      Map<String,Object> stringObjectMap)
               throws IOException
Specified by:
writeHtml in interface com.atlassian.plugin.web.model.WebPanel
Throws:
IOException


Copyright © 2002-2013 Atlassian. All Rights Reserved.