java.lang.Object
io.dropwizard.views.common.View
io.jstach.opt.dropwizard.DefaultJStachioView
- All Implemented Interfaces:
JStachioView
Default view implementation.
- Author:
- agentgt
-
Constructor Summary
-
Method Summary
Methods inherited from class io.dropwizard.views.common.View
getCharset, getTemplateName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jstach.opt.dropwizard.JStachioView
charset
-
Constructor Details
-
DefaultJStachioView
Creates a view from the given model- Parameters:
model
- jstache annotated model
-
-
Method Details
-
model
Description copied from interface:JStachioView
The JStache annotated instance- Specified by:
model
in interfaceJStachioView
- Returns:
- model
-