ratpack.handling package.See: Description
| Interface | Description |
|---|---|
| GroovyByContentSpec |
A Groovy oriented content negotiation handler builder.
|
| GroovyByMethodSpec |
A Groovy oriented multi-method handler builder.
|
| GroovyChain |
A Groovy oriented handler chain builder DSL.
|
| GroovyContext |
Subclass of
Context that adds Groovy friendly variants of methods. |
| Class | Description |
|---|---|
| DefaultGroovyByContentSpec | |
| GroovyChainAction |
A convenience super class for a standalone implementation of a
Action<GroovyChain>. |
| GroovyHandler |
A handler subclass that makes a
GroovyContext available. |
ratpack.handling package.