|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of object to storepublic interface RetrievedValueHolder<T>
Holds typed value retrieved from page in thread local storage.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void initializeValue()
void setValue(T value)
value - the value to associate with this retrieverT getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||