Serialized Form


Package org.apache.shale.dialog.scxml

Class org.apache.shale.dialog.scxml.DialogProperties extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nextRedirect

boolean nextRedirect
Whether the next view rendered by this dialog should use a redirect.


nextViewId

String nextViewId
The JSF view identifier of the next view to be rendered in this dialog.

Class org.apache.shale.dialog.scxml.SCXMLDialogManager extends org.apache.shale.dialog.base.AbstractDialogContextManager implements Serializable

serialVersionUID: -4358734655564376781L

Serialized Fields

dialogs

Map<K,V> dialogs

Map of SCXML configurations, keyed by dialog name. This value is lazily instantiated.


map

Map<K,V> map

Map containing all currently active DialogContext instances for the current user.


serial

int serial

Serial number used to generate dialog instance identifiers.

Class org.apache.shale.dialog.scxml.ShaleDialogELEvaluator extends org.apache.commons.scxml.env.jsp.ELEvaluator implements Serializable


Package org.apache.shale.dialog.scxml.action

Class org.apache.shale.dialog.scxml.action.RedirectAction extends org.apache.commons.scxml.model.Action implements Serializable

Class org.apache.shale.dialog.scxml.action.ViewAction extends org.apache.commons.scxml.model.Action implements Serializable

Serialized Fields

viewId

String viewId
The JSF view identifier for the next view to be rendered by this dialog.


Package org.apache.shale.dialog.scxml.config

Class org.apache.shale.dialog.scxml.config.DialogMetadata extends Object implements Serializable

serialVersionUID: -4399162240006113135L

Serialized Fields

name

String name
The dialog name.


scxmlconfig

String scxmlconfig
The location where the SCXML document for this dialog resides.


stateMachine

org.apache.commons.scxml.model.SCXML stateMachine
The Commons SCXML object model describing the state machine for this dialog.


dataclassname

String dataclassname
The FQCN of the dialog data.


dialogActions

List<E> dialogActions
The custom Commons SCXML actions for this dialog.

Class org.apache.shale.dialog.scxml.config.DialogMetadata.SCXMLAction extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The action name.


uri

String uri
The action URI.


actionclassname

String actionclassname
The action class FQN.



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