@Deprecated @NonInjectableComponent public class

DefaultSessionNextPreviousPagerManager

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

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 NextPreviousPager objects in session.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.web.session.AbstractSessionSearchObjectManager
Public Constructors
DefaultSessionNextPreviousPagerManager(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 DefaultSessionNextPreviousPagerManager (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.