@Deprecated @NonInjectableComponent public class

DefaultSessionSelectedIssueManager

extends AbstractSessionSearchObjectManager<T>
implements SessionSelectedIssueManager
java.lang.Object
   ↳ com.atlassian.jira.web.session.AbstractSessionSearchObjectManager<T>
     ↳ com.atlassian.jira.web.session.DefaultSessionSelectedIssueManager

This class is deprecated.
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This class will be removed in 8.0.

Class Overview

Provides access to getting and setting the selected issue (stored as a Long) in session.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.web.session.AbstractSessionSearchObjectManager
Public Constructors
DefaultSessionSelectedIssueManager(HttpServletRequest request, AbstractSessionSearchObjectManager.Session session)
Protected Methods
String getLastViewedSessionKey()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.session.AbstractSessionSearchObjectManager
From class java.lang.Object
From interface com.atlassian.jira.web.session.SessionSearchObjectManager

Public Constructors

public DefaultSessionSelectedIssueManager (HttpServletRequest request, AbstractSessionSearchObjectManager.Session session)

Protected Methods

protected String getLastViewedSessionKey ()

Returns
  • the key which will be used to store the last viewed object in the session.