JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
I
R
T
V
W
C
configure(Map<String, String>)
- Method in interface io.dropwizard.views.
ViewRenderer
options for configuring the view renderer
G
getCharset()
- Method in class io.dropwizard.views.
View
Returns the character set of the template.
getSize(View, Class<?>, Type, Annotation[], MediaType)
- Method in class io.dropwizard.views.
ViewMessageBodyWriter
getSuffix()
- Method in interface io.dropwizard.views.
ViewRenderer
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
initialize(Bootstrap<?>)
- Method in class io.dropwizard.views.
ViewBundle
io.dropwizard.views
- package io.dropwizard.views
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.
ViewMessageBodyWriter
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
extends
Configuration
> - Class in
io.dropwizard.views
A
Bundle
, 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
extends
Configuration
> - 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.
W
writeTo(View, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream)
- Method in class io.dropwizard.views.
ViewMessageBodyWriter
C
G
I
R
T
V
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All rights reserved.