Package com.atlassian.jira.web.session
Interface AbstractSessionSearchObjectManager.Session
- All Known Implementing Classes:
AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper
- Enclosing class:
AbstractSessionSearchObjectManager<T>
Deprecated.
since 7.1 Storing information in server side HttpSession is not Vertigo aligned
Simple interface for a wrapper of the various representations of Sessions we might use.
-
Method Summary
-
Method Details
-
get
Deprecated.- Parameters:
s- session object key- Returns:
- the object from the session; null if it doesn't exist
-
set
Deprecated.- Parameters:
s- session object keyo- the object to store
-
getId
String getId()Deprecated.- Returns:
- a unique String identifier for the session being wrapped
-