java.lang.Object |
↳ |
com.atlassian.jira.web.session.AbstractSessionSearchObjectManager<T> |
Known Direct Subclasses
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.
|
DefaultSessionPagerFilterManager |
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.
|
DefaultSessionSearchRequestManager |
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.
|
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.
|
|
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
A very basic implementation of SessionSearchObjectManager
which only allows a single object to be set session-wide.
Developers note: to see our failed attempt at providing an object-per-window implementation, consult the SVN history.
Summary
Nested Classes |
interface |
AbstractSessionSearchObjectManager.Session |
This interface is deprecated.
since 7.1 Storing information in server side HttpSession is not Vertigo aligned
|
class |
AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper |
This class is deprecated.
since 7.1 Storing information in server side HttpSession is not Vertigo aligned
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.atlassian.jira.web.session.SessionSearchObjectManager
@Deprecated
T
|
getCurrentObject()
This method 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 method will be removed in 8.0.
|
@Deprecated
void
|
setCurrentObject(T object)
This method 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 method will be removed in 8.0.
|
|
Fields
protected
final
HttpServletRequest
request
Protected Constructors
Public Methods
public
T
getCurrentObject
()
public
void
setCurrentObject
(T object)
Associates the specified object to the current user's session.
Protected Methods
protected
abstract
String
getLastViewedSessionKey
()
Returns
- the key which will be used to store the last viewed object in the session.