Interface Summary |
ActionState |
An ActionState represents the execution of an action method
(typically delegating behavior to appropriate business logic). |
Dialog |
Overall configuration of an individual dialog. |
EndState |
EndState is a spacialized ViewState that also marks
this as the final State to be executed in the owning Dialog . |
State |
A State is an executable entity, within the scope of an
owning Dialog . |
SubdialogState |
A SubdialogState represents the execution of a separate
Dialog , after which processing proceeds within the current
Dialog based upon the logical outcome returned by the
EndState of the subordinate dialog. |
Transition |
Description of a transition from the owning State to another
State with a specified identifier. |
ViewState |
A ViewState encapsulates the rendering of a JavaServer Faces
view, identified by a specified view identifier. |