Package | Description |
---|---|
ratpack.groovy |
Support for writing Ratpack applications in the Groovy programming language.
|
Modifier and Type | Method and Description |
---|---|
static Markup |
Groovy.htmlBuilder(Closure<?> closure)
Shorthand for
Groovy.markupBuilder(String, String, groovy.lang.Closure) with a content type of "text/html" and "UTF-8" encoding |
static Markup |
Groovy.markupBuilder(String contentType,
String encoding,
Closure<?> closure)
Renderable object for markup built using Groovy's
MarkupBuilder . |