Relative Content

Tag Archive for javaspring-mvc

Can Spring prioritize which Content-Type to respond with

I have a Spring MVC backend Controller which I would like to have respond with different media types. In the case where the client indicates it accepts multiple media types, I would like the server to be able to prioritize which media type to respond with.