|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.shale.dialog.basic.model | |
---|---|
org.apache.shale.dialog.basic.config | |
org.apache.shale.dialog.basic.model |
Classes in org.apache.shale.dialog.basic.model used by org.apache.shale.dialog.basic.config | |
---|---|
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. |
Classes in org.apache.shale.dialog.basic.model used by org.apache.shale.dialog.basic.model | |
---|---|
Dialog
Overall configuration of an individual dialog. |
|
State
A State is an executable entity, within the scope of an
owning 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |