org.nanocontainer.nanowar
Class SessionScopeObjectReference
java.lang.Object
org.nanocontainer.nanowar.SessionScopeObjectReference
- All Implemented Interfaces:
- Serializable, org.picocontainer.defaults.ObjectReference
public class SessionScopeObjectReference
- extends Object
- implements org.picocontainer.defaults.ObjectReference, Serializable
References an object that lives as an attribute of the
HttpSession.
- Author:
- Joe Walnes
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionScopeObjectReference
public SessionScopeObjectReference(javax.servlet.http.HttpSession session,
String key)
set
public void set(Object item)
- Specified by:
set
in interface org.picocontainer.defaults.ObjectReference
get
public Object get()
- Specified by:
get
in interface org.picocontainer.defaults.ObjectReference
Copyright © 2003-2009 Codehaus. All Rights Reserved.