Package | Description |
---|---|
ratpack.render |
The renderer framework provides a pluggable mechanism for serializing objects to the response.
|
Modifier and Type | Class and Description |
---|---|
class |
NoSuchRendererException
Thrown when a request is made to render an object, but no suitable renderer can be found.
|
class |
RendererException
Wraps an exception thrown by a renderer while rendering.
|