| Package | Description |
|---|---|
| ratpack.groovy |
Support for writing Ratpack applications in the Groovy programming language.
|
| ratpack.groovy.handling |
Groovy specific extensions to classes in the
ratpack.handling package. |
| ratpack.groovy.render |
Specialised Groovy support for rendering.
|
| Modifier and Type | Method and Description |
|---|---|
static GroovyContext |
Groovy.context(Context context)
Creates a specialized Groovy context.
|
| Modifier and Type | Method and Description |
|---|---|
GroovyContext |
GroovyContext.getContext()
Returns this.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
GroovyHandler.handle(GroovyContext context)
The handle method to implement.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
GroovyRendererSupport.render(GroovyContext context,
T object)
Renders the given object to the context.
|