State
definitions.ActionState
represents the execution of an action method
(typically delegating behavior to appropriate business logic).ActionStateImpl
is a basic implementation of
ActionState
.DialogContextManager
for integrating
basic dialog support into the Shale Dialog Manager.DialogImpl
is a basic implementation of Dialog
.Map
of
Dialog
definitions (keyed by dialog name) is stored.EndStateImpl
is a basic implementation of
EndState
.Transition
for the specified logical outcome,
if any; otherwise, return null
.Transition
for the specified logical outcome,
if any; otherwise, return null
.Transition
for the specified logical outcome,
if any; otherwise, return null
.Transition
for the specified logical outcome,
if any; otherwise, return null
.data
property of a newly instantiated
DialogContext
.data
property of a newly instantiated
DialogContext
.data
property
of a newly instantiated DialogContext
.Map
of Dialog
instances
into which parsed information will be stored, keyed by dialog
name.State
is entered.State
is entered.Dialog
.Dialog
.Transition
.Transition
.State
identifier for this
Transition
.State
identifier for this
Transition
.true
if the transition to this view should
be done with a redirect, instead of the normal view creation process.true
if the transition to this view should
be done with a redirect, instead of the normal view creation process.resource
property, storing resulting information in the Map
specified
by the dialogs
property.Transition
from the Transition
s
owned by this State
, if it is currently registered.Transition
from the global
Transition
s associated with this Dialog
, if it is
currently registered.data
property
of a newly instantiated DialogContext
.Map
of Dialog
instances
into which parsed information will be stored, keyed by dialog
name.State
is entered.Dialog
.Transition
.State
identifier for this
Transition
.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.SubdialogStateImpl
is a basic implementation of
SubdialogState
.TransitionImpl
is a basic implementation of
Transition
.ViewState
encapsulates the rendering of a JavaServer Faces
view, identified by a specified view identifier.ViewStateImpl
is a basic implementation of
ViewState
.Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.