WebFlowApplication
The WebFlowApplication is the abstract base class for any WebFlow application. It maintains
the lists of WebFlowModules, their visual representation, and the
commands executed by the application.
Fields
- webModules - list of WebFlowModules
- visualModules - list of VisualWebFlowModules
- commands - command history
Methods
- void createModule() -- uses the two methods below to create a WebFlowModule and a
VisualWebFlowModule, and adds them to the module lists.
- abstract WebFlowModule createWebFlowModule() -- overridden by application specific
module creation.
- abstract VisualWebFlowMoudle createVisualWebFlowModule() -- overridden by application
specific module creation.