org.apache.shale.dialog
Interface EndState
- All Superinterfaces:
- State, ViewState
- All Known Implementing Classes:
- EndStateImpl
public interface EndState
- extends ViewState
EndState is a spacialized ViewState that also marks
this as the final State to be executed in the owning Dialog.
When this State is entered, context information for the owning
Dialog is removed. Then, if a view identifier is specified,
the corresponding JavaServer Faces view will be rendered,
and the logical outcome returned by the subsequently invoked action method
will be returned to the parent Dialog (if any) as the logical
outcome of this dialog's execution. If no view identifier is specified,
it is assumed that some other mechanism will be used to return output to
the client.
$Id: EndState.java 419431 2006-07-06 04:38:39Z wsmoak $
Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.