Uses of Class
ratpack.groovy.template.TextTemplate
-
Packages that use TextTemplate Package Description ratpack.groovy Support for writing Ratpack applications in the Groovy programming language. -
-
Uses of TextTemplate in ratpack.groovy
Methods in ratpack.groovy that return TextTemplate Modifier and Type Method Description static TextTemplate
Groovy. groovyTemplate(String id)
Creates arenderable
Groovy based template, using no model and the default content type.static TextTemplate
Groovy. groovyTemplate(String id, String type)
Creates arenderable
Groovy based template, using no model.static TextTemplate
Groovy. groovyTemplate(Map<String,?> model, String id)
Creates arenderable
Groovy based template, using the default content type.static TextTemplate
Groovy. groovyTemplate(Map<String,?> model, String id, String type)
Creates arenderable
Groovy based template.
-