|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewState
A ViewState
encapsulates the rendering of a JavaServer Faces
view, identified by a specified view identifier. When the
view is rendered, standard org.apache.shale.view.ViewController
functionality will be supported if there is such a corresponding backing
bean. The logical outcome returned by a ViewState
will be the
one returned by the JavaServer Faces action method that was invoked
(if any).
Method Summary | |
---|---|
String |
getViewId()
Return the view identifier of the JavaServer Faces view to render if this state is entered. |
Methods inherited from interface org.apache.shale.dialog.State |
---|
findTransition, getDialog, getName, getTransitionOutcomes |
Method Detail |
---|
String getViewId()
Return the view identifier of the JavaServer Faces view to render if this state is entered.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |