Add mvc namespace element for registering Parameterizable View Controllers [SPR-6413] #11079
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Keith Donald opened SPR-6413 and commented
Spring Roo has the requirement to map a web requests to static views. Rather than configure a "default handler" that attempts to map any request not handled by a Controller to a view, they're now defining a ParameterizableViewController bean for each static view [which is a safer and more explicit]. This change results in some extra low-level bean configuration that could be simplified.
Currently, the following must be added to mvc-config.xml:
Proposal:
Affects: 3.0 RC2
Issue Links:
Referenced from: commits de1d548
The text was updated successfully, but these errors were encountered: