Uses of Class
ratpack.groovy.template.Markup
-
Packages that use Markup Package Description ratpack.groovy Support for writing Ratpack applications in the Groovy programming language. -
-
Uses of Markup in ratpack.groovy
Methods in ratpack.groovy that return Markup Modifier and Type Method Description static Markup
Groovy. htmlBuilder(Closure<?> closure)
Shorthand forGroovy.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'sMarkupBuilder
.static Markup
Groovy. markupBuilder(CharSequence contentType, Charset encoding, Closure<?> closure)
-