331332333334335336337338339340341
// If there is no VDL that can handle the view, throw 404 response. sendSourceNotFound(context, viewId); return null; } return vdl.restoreView(context, calculatedViewId); } @Override public void writeState(FacesContext context) throws IOException {
335336337338339340341342343344345
323324325326327328329330331332333