水神骑士联盟吧 关注:4贴子:334
  • 0回复贴,共1

关于springmvc重定向和转发

只看楼主收藏回复

在使用转发和重定向功能时试图解析器配置的前缀和后缀将不生效
xml配置:
实现Controller接口在handleRequest方法返回ModleAndView
转发:ModleAndView name属性值为:"forward:/list.do"
重定向:ModleAndView name属性值为:"redirect:/index.html"
注解配置:
转发:业务方法返回字符串"forward:/person/list.do"
重定向:业务方法返回字符串"redirect:/index.html"


IP属地:河北1楼2016-07-19 11:37回复