See: Description
Interface | Description |
---|---|
CharSequenceRenderer |
A renderer for
CharSequence objects. |
Renderer<T> |
A renderer is responsible for rendering an object to the response.
|
Class | Description |
---|---|
RendererSupport<T> |
A
Renderer super class that provides a RendererSupport.getType() implementation based on the generic type of the impl. |
Exception | Description |
---|---|
NoSuchRendererException |
Thrown when a request is made to render an object, but no suitable renderer can be found.
|
RendererException |
Wraps an exception thrown by a renderer while rendering.
|
RenderException |
A generic super type for exceptions indicate something when wrong for a render operation.
|
See Renderer
to get started.