{@link org.springframework.web.servlet.ModelAndView} implementation to usein conjunction with Spring MVC and the XT Ajax Framework when returning after form submission processing in Spring Controllers.
Users are not forced to return an AjaxModelAndView from their controllers, but it is strongly recommended, in order to be able to properly access the command object and the model map from {@link org.springmodules.xt.ajax.AjaxSubmitEvent}s.
It behaves exactly the same as a standard {@link org.springframework.web.servlet.ModelAndView}, so it is absolutely safe to return an AjaxModelAndView in place of a standard ModelAndView, even if no Ajax behaviour is actually used.
@author Sergio Bossa
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.