Closed
Description
Matt Raible opened SPR-4129 and commented
It would be nice if ControllerClassNameHandlerMapping and @Controller
could work together. So the URLs could be determined by ControllerClassNameHandlerMapping and you could simply add @Controller
and @Autowired
to your controllers.
The following URL contains more information on this (missing) feature:
http://forum.springframework.org/showthread.php?p=151750
Affects: 2.5 RC2
Issue Links:
- ControllerBeanNameHandlerMapping to register all Controllers (and ThrowawayControllers) by their bean name regardless of the format of the name or alias. [SPR-4079] #8757 ControllerBeanNameHandlerMapping to register all Controllers (and ThrowawayControllers) by their bean name regardless of the format of the name or alias.
4 votes, 5 watchers