org.nanocontainer.nanowar
Class RequestScopeObjectReference
java.lang.Object
org.nanocontainer.nanowar.RequestScopeObjectReference
- All Implemented Interfaces:
- org.picocontainer.defaults.ObjectReference
public class RequestScopeObjectReference
- extends Object
- implements org.picocontainer.defaults.ObjectReference
References an object that lives as an attribute of the
ServletRequest.
- Author:
- Joe Walnes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestScopeObjectReference
public RequestScopeObjectReference(javax.servlet.ServletRequest request,
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.