码迷,mamicode.com
首页 > 编程语言 > 详细

Spring MVC 重定向

时间:2018-06-30 23:43:14      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:int   nbsp   redirect   ppi   red   span   class   技术   原理   

技术分享图片

 

  @RequestMapping("/testRedirect")
    public String testRedirect(){
        System.out.println("testRedirect");
        return "redirect:/index.jsp";
    }

 

原理:

找到ModelAndView 进入UrlBaseViewResolver类createView方法()

技术分享图片

 

Spring MVC 重定向

标签:int   nbsp   redirect   ppi   red   span   class   技术   原理   

原文地址:https://www.cnblogs.com/eason-d/p/9248937.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!