com.atlassian.jira.web.ui.header
Class CurrentHeaderImpl

java.lang.Object
  extended by com.atlassian.jira.web.ui.header.CurrentHeaderImpl
All Implemented Interfaces:
CurrentHeader

public class CurrentHeaderImpl
extends Object
implements CurrentHeader

Uses a flag defined through a dark feature to retrieve the current JIRA header

Since:
v5.2
See Also:
FeatureManager

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.web.ui.header.CurrentHeader
CurrentHeader.Header
 
Constructor Summary
CurrentHeaderImpl(FeatureManager featureManager)
           
 
Method Summary
 CurrentHeader.Header get()
          Retrieves the current header set for this JIRA instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentHeaderImpl

public CurrentHeaderImpl(FeatureManager featureManager)
Method Detail

get

public CurrentHeader.Header get()
Description copied from interface: CurrentHeader
Retrieves the current header set for this JIRA instance.

Specified by:
get in interface CurrentHeader
Returns:
A Header value that indicates the current header set for this JIRA instance.


Copyright © 2002-2012 Atlassian. All Rights Reserved.