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>
public static class AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper
- extends Object
- implements AbstractSessionSearchObjectManager.Session
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper
public AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper(VelocityRequestSession session)
get
public Object get(String s)
- Specified by:
get
in interface AbstractSessionSearchObjectManager.Session
- Parameters:
s
- session object key
- Returns:
- the object from the session; null if it doesn't exist
set
public void set(String s,
Object o)
- Specified by:
set
in interface AbstractSessionSearchObjectManager.Session
- Parameters:
s
- session object keyo
- the object to store
getId
public String getId()
- Specified by:
getId
in interface AbstractSessionSearchObjectManager.Session
- Returns:
- a unique String identifier for the session being wrapped
Copyright © 2002-2014 Atlassian. All Rights Reserved.