ratpack.handling package.See: Description
| Interface | Description |
|---|---|
| GroovyByContentSpec |
Closure overloads of methods from
ByContentSpec. |
| GroovyByMethodSpec |
Closure overloads of methods from
ByContentSpec. |
| GroovyChain |
A Groovy oriented handler chain builder DSL.
|
| GroovyContext |
Subclass of
Context that adds Groovy friendly variants of methods. |
| Class | Description |
|---|---|
| GroovyHandler |
A handler subclass that makes a
GroovyContext available. |
ratpack.handling package.