Package | Description |
---|---|
ratpack.groovy |
Support for writing Ratpack applications in the Groovy programming language.
|
Modifier and Type | Method and Description |
---|---|
static TextTemplate |
Groovy.groovyTemplate(java.util.Map<java.lang.String,?> model,
java.lang.String id)
Creates a
renderable Groovy based template, using the default content type. |
static TextTemplate |
Groovy.groovyTemplate(java.util.Map<java.lang.String,?> model,
java.lang.String id,
java.lang.String type)
Creates a
renderable Groovy based template. |
static TextTemplate |
Groovy.groovyTemplate(java.lang.String id)
Creates a
renderable Groovy based template, using no model and the default content type. |
static TextTemplate |
Groovy.groovyTemplate(java.lang.String id,
java.lang.String type)
Creates a
renderable Groovy based template, using no model. |