See: Description
Interface | Description |
---|---|
DialogStateMapper |
DialogStateMapper is an interface describing a pluggable
mechanism to map between the state ID within a SCXML dialog definition
and the corresponding JavaServer Faces view identifier
that should be rendered when the dialog state machine comes to rest in
that state. |
Class | Description |
---|---|
DialogProperties |
Simple POJO properties class that gets stored in the root context
of each state machine instance driving a Shale dialog.
|
Globals |
Manifest constants and well known event names for the
Jakarta Commons SCXML driven Shale dialog implementation.
|
SCXMLDialogManager |
Implementation of
DialogContextManager for integrating
Commons SCXML into the Shale Dialog Manager. |
SCXMLLifecycleListener |
ServletContextListener that loads dialog configuration resources
at application startup, and cleans up the libraries we depend on at
application shutdown.
|
ShaleDialogELEvaluator |
EL evaluator, for evaluating the expressions in SCXML documents used
to specify Shale dialogs.
|
The Commons SCXML implementation of the Shale dialog module.
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.