ratpack.handling package.See: Description
| Interface | Description |
|---|---|
| GroovyByContentHandler |
Closure overloads of methods from
ByContentHandler. |
| GroovyByMethodHandler |
A Groovy specific subclass of
ByMethodHandler that makes using closures more convenient. |
| GroovyChain |
A Groovy oriented handler chain builder DSL.
|
| GroovyContext |
Subclass of
Context that adds Groovy friendly variants of methods. |
| Class | Description |
|---|---|
| GroovyChainAction |
Convenient super class for packaging up Groovy handler chain logic.
|
| GroovyHandler |
A handler subclass that makes a
GroovyContext available. |
ratpack.handling package.