Commit Graph

1 Commits (6a2f36a68a10e9cbd08dc84aead30bd0dfaa7795)

Author SHA1 Message Date
Dave Syer a71bb1c972 [bs-120] Support for groovy templates
* Added GroovyTemplate.template() utility and static import in webapp CLI, so

        @RequestMapping("/")
        @ResponseBody
        String home(Model model) {
           template "home.html", model
        }

    renders the template in /templates/home.html

[Fixes #49832753]
12 years ago