com.atlassian.jira.web.session
Class AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper

java.lang.Object
  extended by com.atlassian.jira.web.session.AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper
All Implemented Interfaces:
AbstractSessionSearchObjectManager.Session
Enclosing class:
AbstractSessionSearchObjectManager<T>

public static class AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper
extends java.lang.Object
implements AbstractSessionSearchObjectManager.Session


Constructor Summary
AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper(VelocityRequestSession session)
           
 
Method Summary
 java.lang.Object get(java.lang.String s)
           
 java.lang.String getId()
           
 void set(java.lang.String s, java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper

public AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper(VelocityRequestSession session)
Method Detail

get

public java.lang.Object get(java.lang.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(java.lang.String s,
                java.lang.Object o)
Specified by:
set in interface AbstractSessionSearchObjectManager.Session
Parameters:
s - session object key
o - the object to store

getId

public java.lang.String getId()
Specified by:
getId in interface AbstractSessionSearchObjectManager.Session
Returns:
a unique String identifier for the session being wrapped


Copyright © 2002-2011 Atlassian. All Rights Reserved.