Package com.atlassian.jira.web.session
Class DefaultSessionNextPreviousPagerManager
java.lang.Object
com.atlassian.jira.web.session.AbstractSessionSearchObjectManager<NextPreviousPager>
com.atlassian.jira.web.session.DefaultSessionNextPreviousPagerManager
- All Implemented Interfaces:
SessionNextPreviousPagerManager,SessionSearchObjectManager<NextPreviousPager>
@Deprecated
@NonInjectableComponent
public class DefaultSessionNextPreviousPagerManager
extends AbstractSessionSearchObjectManager<NextPreviousPager>
implements SessionNextPreviousPagerManager
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.
Provides access to getting and setting
NextPreviousPager objects in session.- Since:
- v4.2
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.jira.web.session.AbstractSessionSearchObjectManager
AbstractSessionSearchObjectManager.Session, AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper -
Field Summary
Fields inherited from class com.atlassian.jira.web.session.AbstractSessionSearchObjectManager
request, session -
Constructor Summary
ConstructorsConstructorDescriptionDefaultSessionNextPreviousPagerManager(jakarta.servlet.http.HttpServletRequest request, AbstractSessionSearchObjectManager.Session session) Deprecated. -
Method Summary
Methods inherited from class com.atlassian.jira.web.session.AbstractSessionSearchObjectManager
getCurrentObject, setCurrentObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.web.session.SessionSearchObjectManager
getCurrentObject, setCurrentObject
-
Constructor Details
-
DefaultSessionNextPreviousPagerManager
public DefaultSessionNextPreviousPagerManager(jakarta.servlet.http.HttpServletRequest request, AbstractSessionSearchObjectManager.Session session) Deprecated.
-
-
Method Details
-
getLastViewedSessionKey
Deprecated.- Specified by:
getLastViewedSessionKeyin classAbstractSessionSearchObjectManager<NextPreviousPager>- Returns:
- the key which will be used to store the last viewed object in the session.
-