com.atlassian.jira.plugin.webfragment.contextproviders
Class AbstractJiraContextProvider
java.lang.Object
com.atlassian.jira.plugin.webfragment.contextproviders.AbstractJiraContextProvider
- All Implemented Interfaces:
- com.atlassian.plugin.web.ContextProvider
- Direct Known Subclasses:
- HeightContextProvider, HelpContextProvider, ReferenceContextProvider, SessionIdContextProvider
@PublicSpi
public abstract class AbstractJiraContextProvider
- extends Object
- implements com.atlassian.plugin.web.ContextProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJiraContextProvider
public AbstractJiraContextProvider()
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-2012 Atlassian. All Rights Reserved.