| Package | Description |
|---|---|
| ratpack.groovy.render |
Specialised Groovy support for rendering.
|
| ratpack.groovy.template |
Support for templating based on embedded Groovy code in text.
|
| ratpack.handling |
The handling of application requests.
|
| ratpack.http |
The HTTP protocol.
|
| ratpack.render |
The renderer framework provides a pluggable mechanism for serializing objects to the response.
|
| ratpack.rocker |
Support for Rocker templates.
|
| ratpack.sse |
Support for Server Sent Events.
|
| 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 |
|---|
| Renderable
A renderable object, that can be given to
Context.render(Object). |
| Class and Description |
|---|
| NoSuchRendererException
Thrown when a request is made to render an object, but no suitable renderer can be found.
|
| Class and Description |
|---|
| Renderable
A renderable object, that can be given to
Context.render(Object). |
| Class and Description |
|---|
| RenderableDecorator
Decorates an object before it is
rendered. |
| Renderer
A renderer is responsible for rendering an object to the response.
|
| RenderException
A generic super type for exceptions indicate something when wrong for a render operation.
|
| Class and Description |
|---|
| Renderer
A renderer is responsible for rendering an object to the response.
|
| Class and Description |
|---|
| Renderable
A renderable object, that can be given to
Context.render(Object). |