com.atlassian.jira.web.component.webfragment
Class AdminTabsWebComponent

java.lang.Object
  extended by com.atlassian.jira.web.component.AbstractWebComponent
      extended by com.atlassian.jira.web.component.webfragment.AdminTabsWebComponent

public class AdminTabsWebComponent
extends AbstractWebComponent

Since:
v4.4

Nested Class Summary
static class AdminTabsWebComponent.Tab
           
static class AdminTabsWebComponent.TabGroup
           
 
Field Summary
static String SYSTEM_ADMIN_TOP_NAVIGATION_BAR
           
 
Fields inherited from class com.atlassian.jira.web.component.AbstractWebComponent
applicationProperties, velocityManager
 
Constructor Summary
AdminTabsWebComponent(com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, SimpleLinkManager linkManager, JiraAuthenticationContext jac)
           
 
Method Summary
 Pair<String,Integer> render(Project project, String currentSection, String currentTabId)
           
 
Methods inherited from class com.atlassian.jira.web.component.AbstractWebComponent
getHtml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_ADMIN_TOP_NAVIGATION_BAR

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

AdminTabsWebComponent

public AdminTabsWebComponent(com.atlassian.velocity.VelocityManager velocityManager,
                             ApplicationProperties applicationProperties,
                             SimpleLinkManager linkManager,
                             JiraAuthenticationContext jac)
Method Detail

render

public Pair<String,Integer> render(Project project,
                                   String currentSection,
                                   String currentTabId)


Copyright © 2002-2011 Atlassian. All Rights Reserved.