Uses of Package
org.apache.shale.dialog

Packages that use org.apache.shale.dialog
org.apache.shale.dialog Simple dialog management for Shale. 
org.apache.shale.dialog.impl Dialog API Base Implementation Classes. 
 

Classes in org.apache.shale.dialog used by org.apache.shale.dialog
Dialog
          Overall configuration of an individual dialog.
State
          A State is an executable entity, within the scope of an owning Dialog.
Status.Position
          A Position represents a specific current State in a specific current 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 used by org.apache.shale.dialog.impl
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.
Status
          Status represents the current status of executing a Dialog, plus parent Dialogs that have executing subordinate Dialogs as part of their own processing.
Status.Position
          A Position represents a specific current State in a specific current 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.
 



Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.