resthub / springmvc-router

Adds route mapping capacity to any "Spring MVC based" webapp. Uses playframework.org Router implementation.
http://resthub.github.com/springmvc-router/
Other
167 stars 63 forks source link

Content Negotiation support(?) #65

Closed indyaah closed 8 years ago

indyaah commented 10 years ago

Hi,

Is there any option to configure content negotiation for springmvc-router, i.e consumes/produces in @RequestMapping style?

Went through documentation but could't find it, play documentation does mentions something like GET /index.xml Application.index(format:'xml')
Just wanted to check if this functionality has been ported to project. (Sorry in a hurry so can't go through code before asking.)