| Package | Description |
|---|---|
| ratpack.file |
Types for dealing with the file system and serving files.
|
| ratpack.groovy.markup | |
| ratpack.groovy.render |
Specialised Groovy support for rendering.
|
| ratpack.handling |
The handling of application requests.
|
| ratpack.jackson |
Integration with the Jackson JSON marshalling library.
|
| ratpack.render |
The renderer framework provides a pluggable mechanism for serializing objects to the response.
|
| Class and Description |
|---|
| Renderer
A renderer is responsible for rendering an object to the response.
|
| Class and Description |
|---|
| Renderer
A renderer is responsible for rendering an object to the response.
|
| Class and Description |
|---|
| Renderer
A renderer is responsible for rendering an object to the response.
|
| RendererSupport
A
Renderer super class that provides a RendererSupport.getType() implementation based on the generic type of the impl. |
| Class and Description |
|---|
| NoSuchRendererException
Thrown when a request is made to render an object, but no suitable renderer can be found.
|
| Class and Description |
|---|
| Renderer
A renderer is responsible for rendering an object to the response.
|
| Class and Description |
|---|
| Renderer
A renderer is responsible for rendering an object to the response.
|