com.atlassian.jira.plugin.webfragment.contextproviders
Class AbstractJiraContextProvider

java.lang.Object
  extended by com.atlassian.jira.plugin.webfragment.contextproviders.AbstractJiraContextProvider
All Implemented Interfaces:
com.atlassian.plugin.web.ContextProvider
Direct Known Subclasses:
CreateMenuContextProvider, HeightContextProvider, HelpContextProvider, MyJiraHomeSelectionProvider, ReferenceContextProvider, SessionIdContextProvider

@PublicSpi
public abstract class AbstractJiraContextProvider
extends Object
implements com.atlassian.plugin.web.ContextProvider


Constructor Summary
AbstractJiraContextProvider()
           
 
Method Summary
 Map getContextMap(Map context)
           
abstract  Map getContextMap(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 void init(Map params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJiraContextProvider

public AbstractJiraContextProvider()
Method Detail

init

public void init(Map params)
          throws com.atlassian.plugin.PluginParseException
Specified by:
init in interface com.atlassian.plugin.web.ContextProvider
Throws:
com.atlassian.plugin.PluginParseException

getContextMap

public Map getContextMap(Map context)
Specified by:
getContextMap in interface com.atlassian.plugin.web.ContextProvider

getContextMap

public abstract Map getContextMap(com.atlassian.crowd.embedded.api.User user,
                                  JiraHelper jiraHelper)


Copyright © 2002-2014 Atlassian. All Rights Reserved.