里面的参数??

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>


你可能感兴趣的:(里面的参数??)