3.2.3请求处理方法可返回的类型

3.2.3 请求处理方法可返回的类型

每个请求处理方法可以返回以下类型的返回结果:

java提供的类型

  • void
  • java.util.Map<K,V>
  • java.lang.String
  • java.util.concurrent.Callable

Spring提供的类型

  • org.springframework.web.portlet.ModelAndView
  • org.springframework.web.servlet.View
  • org.springframework.web.context.request.async.DeferredResult
  • org.springframework.ui.Model

其他类型

  • HttpEntity
  • ResponseEntity