1. 01 6月, 2016 6 次提交
    • R
      Polish view resolution · a40a8b06
      Rossen Stoyanchev 提交于
      a40a8b06
    • R
      View resolution with content negotiation · 8cc72b32
      Rossen Stoyanchev 提交于
      ViewResolutionResultHandler and ResponseBodyResultHandler now share
      a common base class ContentNegotiatingResultHandlerSupport that
      supports content negotiation.
      
      For view resolution we compare against the supported media types of
      resolved View instances, which may include default View's delegating
      to an HttpMessageConverter (e.g. JSON, XML, rendering).
      8cc72b32
    • R
      Add HttpMessageConverterView · 5db1a54f
      Rossen Stoyanchev 提交于
      5db1a54f
    • R
      Refactor View contract · a37b2e3a
      Rossen Stoyanchev 提交于
      View now returns Mono<Void> rather than Flux<DataBuffer> which aligns
      more closely with the reactive HttpMessageConverter vs the Encoder.
      
      The change was prompted by the upcoming implementation of a View that
      delegates to an existing HttpMessageConverter e.g. for JSON, XML.
      
      The resulting change also brings the reactive View closer in spirit to
      the View from spring-webmvc which returns void.
      a37b2e3a
    • R
      Polish SimpleResultHandler · f8a7024b
      Rossen Stoyanchev 提交于
      f8a7024b
    • R
      Introduce base class for ResponseBodyResultHandler · 1b308cff
      Rossen Stoyanchev 提交于
      The ContentNegotiatingResultHandlerSupport base class encapsulates the
      logic for content negotiation needed for both @ResponseBody and view
      resolution result handling.
      1b308cff
  2. 31 5月, 2016 2 次提交
  3. 30 5月, 2016 2 次提交
  4. 28 5月, 2016 4 次提交
  5. 27 5月, 2016 14 次提交
  6. 26 5月, 2016 4 次提交
  7. 25 5月, 2016 2 次提交
  8. 17 5月, 2016 1 次提交
  9. 12 5月, 2016 2 次提交
  10. 07 5月, 2016 1 次提交
  11. 06 5月, 2016 2 次提交