摘要:
spring web框架5.Views and resolving themThe two interfaces which are important to the way Spring handles views are ViewResolver and View. The ViewResolver provides a mapping between view names and actual views. The View interface addresses the preparation of the request and hands the request over to o 阅读全文
摘要:
spring web框架1.spring web mvc简介2.DispatcherServlet3.Controllers4.请求映射处理5.Views and resolving them6.Spring's multipart (fileupload) support(文件上传的支持)7.The Model - ModelMap (ModelAndView)8.The View - RequestToViewNameTranslator1.spring web mvc简介Spring's Web MVC framework is designed around a Dis 阅读全文