Class | Description |
---|---|
AbstractFlow |
Abstraction of a flow (actually it is a poor man's flow mechanism).
The design is based upon the design of a menu and a menu item where a menu extends a menu item. |
AbstractFlowStep |
Abstraction of a single step that is part of a
flow . |
AbstractGuiFlowStep |
Abstraction of a single step that is part of a flow and has a GUI representation (most likely a corresponding JSF page).
|
FlowBeanFactory |
Factory for managed beans that are related to a flow.
|
FlowMenuHelper |
Helper class to create a menu (model) from an
flow . |
Copyright © 2008–2018. All rights reserved.