C D G I R T V W 
All Classes All Packages

C

configure(Map<String, String>) - Method in interface io.dropwizard.views.ViewRenderer
options for configuring the view renderer

D

detectLocale(HttpHeaders) - Method in class io.dropwizard.views.ViewMessageBodyWriter
 

G

getCharset() - Method in class io.dropwizard.views.View
Returns the character set of the template.
getConfigurationKey() - Method in interface io.dropwizard.views.ViewRenderer
 
getSize(View, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.views.ViewMessageBodyWriter
 
getTemplateName() - Method in class io.dropwizard.views.View
Returns the template name.
getViewConfiguration(T) - Method in class io.dropwizard.views.ViewBundle
 
getViewConfiguration(T) - Method in interface io.dropwizard.views.ViewConfigurable
 

I

io.dropwizard.views - package io.dropwizard.views
 
isMappable(WebApplicationException) - Method in class io.dropwizard.views.ViewRenderExceptionMapper
 
isRenderable(View) - Method in interface io.dropwizard.views.ViewRenderer
Returns true if the renderer can render the given View.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.views.ViewMessageBodyWriter
 

R

render(View, Locale, OutputStream) - Method in interface io.dropwizard.views.ViewRenderer
Renders the given View for the given Locale to the given OutputStream.
run(T, Environment) - Method in class io.dropwizard.views.ViewBundle
 

T

TEMPLATE_ERROR_MSG - Static variable in class io.dropwizard.views.ViewRenderExceptionMapper
The generic HTML error page template.
toResponse(WebApplicationException) - Method in class io.dropwizard.views.ViewRenderExceptionMapper
 

V

View - Class in io.dropwizard.views
A Dropwizard view class.
View(String) - Constructor for class io.dropwizard.views.View
Creates a new view.
View(String, Charset) - Constructor for class io.dropwizard.views.View
Creates a new view.
ViewBundle<T> - Class in io.dropwizard.views
A ConfiguredBundle, which by default, enables the rendering of FreeMarker & Mustache views by your application.
ViewBundle() - Constructor for class io.dropwizard.views.ViewBundle
 
ViewBundle(Iterable<ViewRenderer>) - Constructor for class io.dropwizard.views.ViewBundle
 
ViewConfigurable<T> - Interface in io.dropwizard.views
 
ViewMessageBodyWriter - Class in io.dropwizard.views
 
ViewMessageBodyWriter(MetricRegistry) - Constructor for class io.dropwizard.views.ViewMessageBodyWriter
Deprecated.
ViewMessageBodyWriter(MetricRegistry, Iterable<ViewRenderer>) - Constructor for class io.dropwizard.views.ViewMessageBodyWriter
 
ViewRenderer - Interface in io.dropwizard.views
The rendering engine for a type of view.
ViewRenderException - Exception in io.dropwizard.views
Signals that an error occurred during the rendering of a view.
ViewRenderException(String) - Constructor for exception io.dropwizard.views.ViewRenderException
Constructs a ViewRenderException with the specified detail message.
ViewRenderException(String, Throwable) - Constructor for exception io.dropwizard.views.ViewRenderException
Constructs an ViewRenderException with the specified detail message and cause.
ViewRenderException(Throwable) - Constructor for exception io.dropwizard.views.ViewRenderException
Constructs an ViewRenderException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ViewRenderExceptionMapper - Class in io.dropwizard.views
An ExtendedExceptionMapper that returns a 500 error response with a generic HTML error page when a ViewRenderException is the cause.
ViewRenderExceptionMapper() - Constructor for class io.dropwizard.views.ViewRenderExceptionMapper
 

W

writeTo(View, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.views.ViewMessageBodyWriter
 
C D G I R T V W 
All Classes All Packages