com.atlassian.jira.web.session
Interface AbstractSessionSearchObjectManager.Session
- All Known Implementing Classes:
- AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper
- Enclosing class:
- AbstractSessionSearchObjectManager<T>
public static interface AbstractSessionSearchObjectManager.Session
Simple interface for a wrapper of the various representations of Sessions we might use.
get
Object get(String s)
- Parameters:
s
- session object key
- Returns:
- the object from the session; null if it doesn't exist
set
void set(String s,
Object o)
- Parameters:
s
- session object keyo
- the object to store
getId
String getId()
- Returns:
- a unique String identifier for the session being wrapped
Copyright © 2002-2011 Atlassian. All Rights Reserved.