|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.dialog.impl.AbstractState
org.apache.shale.dialog.impl.ViewStateImpl
public class ViewStateImpl
ViewStateImpl is a basic implementation of
ViewState.
| Field Summary |
|---|
| Fields inherited from class org.apache.shale.dialog.impl.AbstractState |
|---|
log |
| Constructor Summary | |
|---|---|
ViewStateImpl()
|
|
| Method Summary | |
|---|---|
String |
getViewId()
Return the view identifier of the JavaServer Faces view to render if this state is entered. |
void |
setViewId(String viewId)
Set the view identifier of the JavaServer Faces view to render if this state is entered. |
String |
toString()
Render a printable version of this instance. |
| Methods inherited from class org.apache.shale.dialog.impl.AbstractState |
|---|
addTransition, findTransition, getDialog, getName, getTransitionOutcomes, removeTransition, setDialog, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.shale.dialog.State |
|---|
findTransition, getDialog, getName, getTransitionOutcomes |
| Constructor Detail |
|---|
public ViewStateImpl()
| Method Detail |
|---|
public String getViewId()
Return the view identifier of the JavaServer Faces view to render if this state is entered.
getViewId in interface ViewStatepublic String toString()
Render a printable version of this instance.
toString in class Objectpublic void setViewId(String viewId)
Set the view identifier of the JavaServer Faces view to render if this state is entered.
viewId - The new view identifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||