首页 > 其他 > 详细

<annotation-driven>里面的<argument-resolvers>参数??

时间:2015-06-09 23:47:33      阅读:1411      评论:0      收藏:0      [点我收藏+]

If you‘d like to pass the current Device as an argument to one of your @Controller  methods, configure a DeviceWebArgumentResolver:

<annotation-driven>
  <argument-resolvers>
    <bean class="org.springframework.mobile.device.DeviceWebArgumentResolver" />
  </argument-resolvers></annotation-driven>


<annotation-driven>里面的<argument-resolvers>参数??

原文:http://my.oschina.net/u/2308739/blog/464822

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!