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.
Modifier and Type | Method and Description |
---|---|
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.
|
public boolean isNextRedirect()
public void setNextRedirect(boolean nextRedirect)
nextRedirect
- Whether next view rendered should be redirected.public String getNextViewId()
public void setNextViewId(String nextViewId)
nextViewId
- The JSF view identifierCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.