spring-framework / org.springframework.web.servlet.view / ContentNegotiatingViewResolver / setContentNegotiationManager

setContentNegotiationManager

open fun setContentNegotiationManager(@Nullable contentNegotiationManager: ContentNegotiationManager): Unit

Set the ContentNegotiationManager to use to determine requested media types.

If not set, ContentNegotiationManager's default constructor will be used, applying a org.springframework.web.accept.HeaderContentNegotiationStrategy.

See Also
ContentNegotiationManager#ContentNegotiationManager()