Package com.atlassian.jira.web.session
Class AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper
java.lang.Object
com.atlassian.jira.web.session.AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper
- All Implemented Interfaces:
AbstractSessionSearchObjectManager.Session
- Enclosing class:
AbstractSessionSearchObjectManager<T>
@Deprecated
public static class AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper
extends Object
implements AbstractSessionSearchObjectManager.Session
Deprecated.
since 7.1 Storing information in server side HttpSession is not Vertigo aligned
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VelocityRequestSessionWrapper
Deprecated.
-
-
Method Details
-
get
Deprecated.- Specified by:
getin interfaceAbstractSessionSearchObjectManager.Session- Parameters:
s- session object key- Returns:
- the object from the session; null if it doesn't exist
-
set
Deprecated.- Specified by:
setin interfaceAbstractSessionSearchObjectManager.Session- Parameters:
s- session object keyo- the object to store
-
getId
Deprecated.- Specified by:
getIdin interfaceAbstractSessionSearchObjectManager.Session- Returns:
- a unique String identifier for the session being wrapped
-