return this.wrapped.restoreView(facesContext, viewId);
}
if(isWindowIdAvailable(facesContext))
{
WindowContext windowContext = ConversationUtils.getWindowContextManager().getCurrentWindowContext();
if(windowContext != null)
{
//see EXTCDI-131
storeViewIdAsNewViewId(windowContext, calculateViewId(facesContext, viewId));