mustache-spring-view icon indicating copy to clipboard operation
mustache-spring-view copied to clipboard

Compatibility with org.springframework.web.servlet.view.ContentNegotiatingViewResolver

Open wrey75 opened this issue 11 years ago • 0 comments

This pull request has been made to be able to chain the ViewResolvers (as previously intended by Spring).

The pull request includes:

  • A overridden method checkResource() returning false when no template is attached to the view.
  • A test case for avoiding regressions.

Tested on an application using both the Mustache templating and Freemarker templating. Works fine. The development follows the FreemarkerViewResolver.

wrey75 avatar Jun 03 '14 12:06 wrey75