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

java.lang.Object
  extended by com.atlassian.jira.plugin.webfragment.contextproviders.AbstractJiraContextProvider
      extended by com.atlassian.jira.plugin.webfragment.contextproviders.SessionIdContextProvider
All Implemented Interfaces:
com.atlassian.plugin.web.ContextProvider

public class SessionIdContextProvider
extends AbstractJiraContextProvider

Context provider that inserts the currents session's id into the param map with the key - "sessionId"

Since:
v4.1

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

Constructor Detail

SessionIdContextProvider

public SessionIdContextProvider()
Method Detail

getContextMap

public Map getContextMap(com.atlassian.crowd.embedded.api.User user,
                         JiraHelper jiraHelper)
Specified by:
getContextMap in class AbstractJiraContextProvider


Copyright © 2002-2014 Atlassian. All Rights Reserved.