spring-framework/spring-webmvc/src
Brian Clozel 5de5198005 Allow greater flexibility for template method createDataBinderFactory
Prior to this commit, the template method createDataBinderFactory
would only allow ServletRequestDataBinderFactory as a return type.

This commit updates the method signature and allows
InitBinderDataBinderFactory, a superclass of the previous one.
Then other implementations can override this method and return
other InitBinderDataBinderFactory types.

Issue: SPR-10920
2013-10-14 10:21:09 +02:00
..
main Allow greater flexibility for template method createDataBinderFactory 2013-10-14 10:21:09 +02:00
test Revert "Add initial cut of expanded resource handling" 2013-10-07 21:18:41 -04:00