org.apache.shale.dialog
Interface ViewState

All Superinterfaces:
State
All Known Subinterfaces:
EndState
All Known Implementing Classes:
EndStateImpl, ViewStateImpl

public interface ViewState
extends State

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).

$Id: ViewState.java 419431 2006-07-06 04:38:39Z wsmoak $


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

getViewId

String getViewId()

Return the view identifier of the JavaServer Faces view to render if this state is entered.



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