T - the type of object to storepublic interface RetrievedValueHolder<T>
Holds typed value retrieved from page in thread local storage.
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Returns the last retrieved value.
|
void |
initializeValue()
Initializes the value associated to this retriever internally.
|
void |
setValue(T value)
Initializes the value associated to this retriever with given value.
|
void initializeValue()
void setValue(T value)
value - the value to associate with this retrieverT getValue()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.