uk.org.ponder.rsf.flow |
Logic governing transitions between views computed at the end of an action cycle.
The key interface is ActionResultInterpreter which embodies the "site map" for
non-static transitions.
|
Java Source File Name | Type | Comment |
ActionResultInterceptor.java | Interface | A "user-level" interface for clients who need more fine-grained control
over allocating outgoing URL state in action cycles.
Unlike
ActionResultInterpreter , ALL registered ActionResultInterceptors
are polled during the cycle. |
ActionResultInterpreter.java | Interface | Used at the end of a POST request to determine which view will be
redirected to. |
ARIResolver.java | Interface | |
ARIResult.java | Class | An object summarising the return from the ActionResultInterpreter. |
FlowIDHolder.java | Class | Used to hold the ID of the Flow that is governing the current request
cycle. |