Perform whatever actions are required to restore the view associated with the specified {@link FacesContext} andviewId
. It may delegate to the restoreView
of the associated {@link StateManager} to do the actual work ofrestoring the view. If there is no available state for the specified viewId
, return null
.
context
is null
@throws FacesException if a servlet error occurs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|