142143144145146147148149150151152
if (view != null) { view.setModel(model); view.setServletContext(servletContext); view.prepare(); for (Object key : model.keySet()) { request.setAttribute(key.toString(), model.get(key.toString())); }