Refactor JsfViewFactory to only attempt a restoreView when state is available. This prevents a NullPointerException from being thrown when using Mojarra with partial state saving disabled. This change also makes Web Flow behave in a similar way to the standard FacesServlet. Issue: SWF-1571