| Interface | Description |
|---|---|
| ViewConfigurable<T> | |
| ViewRenderer |
The rendering engine for a type of view.
|
| Class | Description |
|---|---|
| View |
A Dropwizard view class.
|
| ViewBundle<T> |
A
ConfiguredBundle, which by default, enables the rendering of FreeMarker & Mustache views by your application. |
| ViewMessageBodyWriter | |
| ViewRenderExceptionMapper |
An
ExtendedExceptionMapper that returns a 500 error response with a generic
HTML error page when a ViewRenderException is the cause. |
| Exception | Description |
|---|---|
| ViewRenderException |
Signals that an error occurred during the rendering of a view.
|
Copyright © 2019. All rights reserved.