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.jackson |
Integration with the Jackson JSON marshalling library.
|
ratpack.render |
The renderer framework provides a pluggable mechanism for serializing objects to the response.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileRenderer
A renderer for static files.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MarkupRenderer |
Modifier and Type | Class and Description |
---|---|
class |
GroovyRendererSupport<T>
A specialisation of
RendererSupport that makes a GroovyContext available. |
Modifier and Type | Interface and Description |
---|---|
interface |
JsonRenderer
Renders
JsonRender objects. |
Modifier and Type | Interface and Description |
---|---|
interface |
CharSequenceRenderer
A renderer for
CharSequence objects. |
Modifier and Type | Class and Description |
---|---|
class |
RendererSupport<T>
A
Renderer super class that provides a RendererSupport.getType() implementation based on the generic type of the impl. |
Constructor and Description |
---|
RendererException(Renderer<?> renderer,
Object object,
Throwable cause)
Constructor.
|