Package | Description |
---|---|
ratpack.groovy |
Support for writing Ratpack applications in the Groovy programming language.
|
ratpack.groovy.handling | |
ratpack.groovy.render |
Specialised Groovy support for rendering.
|
Modifier and Type | Method and Description |
---|---|
static GroovyContext |
Groovy.context(Context context) |
Modifier and Type | Method and Description |
---|---|
GroovyContext |
GroovyContext.getContext() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
GroovyHandler.handle(GroovyContext context) |
Modifier and Type | Method and Description |
---|---|
abstract void |
GroovyRendererSupport.render(GroovyContext context,
T object)
Renders the given object to the context.
|