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 TextTemplateGroovy. groovyTemplate(java.lang.String id)Creates arenderableGroovy based template, using no model and the default content type.static TextTemplateGroovy. groovyTemplate(java.lang.String id, java.lang.String type)Creates arenderableGroovy based template, using no model.static TextTemplateGroovy. groovyTemplate(java.util.Map<java.lang.String,?> model, java.lang.String id)Creates arenderableGroovy based template, using the default content type.static TextTemplateGroovy. groovyTemplate(java.util.Map<java.lang.String,?> model, java.lang.String id, java.lang.String type)Creates arenderableGroovy based template.
-