| Class | Description |
|---|---|
| BasicFlow |
Managed Bean to test basic functionality of the flow mechanism.
|
| BasicFlowStepOne |
First step of the basic flow.
|
| BasicFlowStepThree |
Third and final step of the basic flow.
|
| BasicFlowStepTwo |
Second step of the basic flow.
|
| ComplexFlow |
Managed Bean to test the more complex functionality of the flow mechanism.
|
| ComplexNestedFlow |
Managed Bean to test the more complex functionality of the flow mechanism.
|
| ComplexNestedFlowStepOne |
First step of a nested flow.
|
| ComplexNestedFlowStepTwo |
Second step of a nested flow.
|
| ConditionalFlow |
Managed Bean to test a conditional flow.
|
| ConditionalFlowStepOne |
First step of the conditional flow.
|
| ConditionalFlowStepThree |
Final step of the conditional flow.
|
| ConditionalFlowStepTwo |
Second step of the conditional flow.
|
| FlowWithDoubleSteps |
Managed Bean to test using the same step twice in a flow.
|
| FlowWithDoubleStepsFinalStep |
Final step of the flow with double steps.
|
| RidiculouslyComplexFlow |
Managed Bean to test the more complex functionality of the flow mechanism,
particularly the nesting of flows.
|
| RidiculouslyComplexNestedFlow |
Managed Bean representing a nested flow that is part of the
RidiculouslyComplexFlow. |
| RidiculouslyComplexNestedFlowStepOne |
First step of the
RidiculouslyComplexNestedFlow. |
| RidiculouslyComplexNestedFlowStepTwo |
Second step of the
RidiculouslyComplexNestedFlow. |
| RidiculouslyComplexNestedNestedFlow |
/**
Managed Bean representing a nested flow, nested in yet another flow.
|
| RidiculouslyComplexNestedNestedFlowStepOne |
First step of the
RidiculouslyComplexNestedNestedFlow. |
| RidiculouslyComplexNestedNestedFlowStepTwo |
Second step of the
RidiculouslyComplexNestedNestedFlow. |
Copyright © 2008–2018. All rights reserved.