|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
State
definitions.ActionState
represents the execution of an action method
(typically delegating behavior to appropriate business logic).ActionStateImpl
is a basic implementation of
ActionState
.State
to the State
s owned by
this Dialog
.
Transition
to the Transition
s owned
by this State
.
Transition
to the global Transition
s
associated with this Dialog
.
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.
EndState
is a spacialized ViewState
that also marks
this as the final State
to be executed in the owning Dialog
.EndStateImpl
is a basic implementation of
EndState
.State
, owned by this Dialog
,
if any.
State
, owned by this Dialog
,
if any.
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
.
Dialog
that owns this State
.
Return the name of the subordinate dialog to be executed by this state.
Map
of Dialog
instances
into which parsed information will be stored, keyed by dialog
name.
Return the method binding expression specifying the method to be
invoked when this State
is entered.
State
is entered.
Return the identifier of this State
, which must be unique
among the State
s owned by the same Dialog
.
Dialog
.
Dialog
.
State
, which must be unique
among the State
s owned by the same Dialog
.
Return the logical outcome used to select this Transition
.
Transition
.
State
for this
Dialog
.
State
for this
Dialog
.
Iterator
over the names of State
s
that are owned by this Dialog
.
Iterator
over the names of State
s
that are owned by this Dialog
.
Return the target State
identifier for this
Transition
.
State
identifier for this
Transition
.
Return an Iterator
over the logical outcomes of
local Transition
s for this State
.
Iterator
over the logical outcomes of
global Transition
s for this Dialog
.
Iterator
over the logical outcomes of
global Transition
s for this Dialog
.
Iterator
over the logical outcomes of
local Transition
s for this State
.
Return the view identifier of the JavaServer Faces view to render if this state is entered.
Return 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.
State
from the State
s owned by
this Dialog
, if it is currently registered.
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
.
Dialog
that owns this State
.
Map
of Dialog
instances
into which parsed information will be stored, keyed by dialog
name.
State
is entered.
State
, which must be unique
among the State
s owned by the same Dialog
.
Dialog
.
Transition
.
State
for this
Dialog
.
State
identifier for this
Transition
.
State
is an executable entity, within the scope of an
owning Dialog
.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
.State
to another
State
with a specified identifier.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
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |