Serialized Form


Package org.apache.shale.dialog.basic

Class org.apache.shale.dialog.basic.BasicDialogContext.TopState extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stateName

String stateName

The name of the current state within the topmost Position on the stack.


stackDepth

int stackDepth

The stack depth of the Position stack. This is used to detect scenarios where using the back and forward buttons navigates across a subdialog boundary, which means that the saved stateName is likely no longer relevant.

Class org.apache.shale.dialog.basic.BasicDialogManager extends org.apache.shale.dialog.base.AbstractDialogContextManager implements Serializable

serialVersionUID: 7528541012789489425L

Serialized Fields

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.



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