|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VariableValueFactory
A strategy that encapsulates the source of a flow variable value.
| Method Summary | |
|---|---|
java.lang.Object |
createInitialValue(RequestContext context)
Creates the variable's initial value. |
void |
restoreReferences(java.lang.Object value,
RequestContext context)
Restore any references the variable's value needs to other objects. |
| Method Detail |
|---|
java.lang.Object createInitialValue(RequestContext context)
context - the currently executing flow request
void restoreReferences(java.lang.Object value,
RequestContext context)
value - the current variable valuecontext - the currently executing flow request
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||