码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-06-09 23:50:12      阅读:361      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!