sps / mustache-spring-view

java spring framework mvc view for Mustache.js templates
68 stars 31 forks source link

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

Open wrey75 opened 10 years ago

wrey75 commented 10 years ago

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

The pull request includes:

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