Field Summary |
|
final public static String | FLOW_END No propagation will be performed of request state - in addition any
tokens sharing this state will be unlinked from it. |
final public static String | FLOW_FASTSTART Launches a new flow, in "fast" mode, i.e. |
final public static String | FLOW_FORK THIS VALUE IS NOT YET SUPPORTED! Indicate that the following view
will represent a "forked" instance of the flow in progress, with a clone
of all of its flow state. |
final public static String | FLOW_ONESTEP A flow that will begin and end in a single cycle - i.e. |
final public static String | FLOW_START An action name representing the start of a flow. |
final public static String | PROPAGATE The request scope state will be propagated to the token held by the
view parameters shown in the next request cycle. |
public String | propagateBeans A result code indicating the propagation status of any multi-request state
required by the next view to be rendered. |
public AnyViewParameters | resultingView The view to be shown on the next cycle. |