public interface ObjectReference<T>
HttpSession
or ThreadLocal
).
This interface is typically implemented by someone integrating Pico into an existing container.Modifier and Type | Method and Description |
---|---|
T |
get()
Retrieve an actual reference to the object.
|
void |
set(T item)
Assign an object to the reference.
|
Copyright © 2003–2015 Codehaus. All rights reserved.