|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.dialog.scxml.DialogProperties
public class DialogProperties
Simple POJO properties class that gets stored in the root context of each state machine instance driving a Shale dialog.
| 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 |
|---|
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 identifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||