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(CharSequence, Charset, Closure) with a content type of "text/html" and "UTF-8" encoding. |
static Markup |
Groovy.markupBuilder(CharSequence contentType,
CharSequence encoding,
Closure<?> closure)
Renderable object for markup built using Groovy's
MarkupBuilder . |
static Markup |
Groovy.markupBuilder(CharSequence contentType,
Charset encoding,
Closure<?> closure) |