See: Description
Interface | Description |
---|---|
Renderable |
A renderable object, that can be given to
Context.render(Object) . |
RenderableDecorator<T> |
Decorates an object before it is
rendered . |
Renderer<T> |
A renderer is responsible for rendering an object to the response.
|
Class | Description |
---|---|
RenderableDecoratorSupport<T> |
A convenience base class for
RenderableDecorator implementations. |
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.