org.apache.shale.dialog.scxml
Class DialogProperties

java.lang.Object
  extended by org.apache.shale.dialog.scxml.DialogProperties
All Implemented Interfaces:
Serializable

public class DialogProperties
extends Object
implements Serializable

Simple POJO properties class that gets stored in the root context of each state machine instance driving a Shale dialog.

Since:
1.0.4 $Id: DialogProperties.java 491384 2006-12-31 04:43:49Z rahul $
See Also:
Serialized Form

Method Summary
 String getNextViewId()
          Get the JSF view identifier of the next view to be rendered in this dialog.
 boolean isNextRedirect()
          Should next view rendered by this dialog be redirected.
 void setNextRedirect(boolean nextRedirect)
          Set next view redirect property.
 void setNextViewId(String nextViewId)
          Set the JSF view identifier of the next view to be rendered in this dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isNextRedirect

public boolean isNextRedirect()
Should next view rendered by this dialog be redirected.

Returns:
true, if next view is to be redirected.

setNextRedirect

public void setNextRedirect(boolean nextRedirect)
Set next view redirect property.

Parameters:
nextRedirect - Whether next view rendered should be redirected.

getNextViewId

public String getNextViewId()
Get the JSF view identifier of the next view to be rendered in this dialog.

Returns:
The JSF view identifier

setNextViewId

public void setNextViewId(String nextViewId)
Set the JSF view identifier of the next view to be rendered in this dialog.

Parameters:
nextViewId - The JSF view identifier


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