spring-framework/spring-webmvc/src
Rossen Stoyanchev 11cf978394 Define behavior of null Callable or DeferredResult
When a controller method declares Callable or DeferredResult as its
return value, and returns null, async processing will not start and
the request will be considered "handled" by the controller method.

Issue: SPR-9951
2012-11-20 15:12:58 -05:00
..
main Define behavior of null Callable or DeferredResult 2012-11-20 15:12:58 -05:00
test Support HttpMessageConverter refs in mvc namespace 2012-11-13 21:47:59 -05:00