java.lang.Object
io.dropwizard.views.common.View
io.jstach.opt.dropwizard.DefaultJStachioView
- All Implemented Interfaces:
JStachioView
Default view implementation.
- Author:
- agentgt
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.dropwizard.views.common.View
getCharset, getTemplateNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:JStachioViewThe JStache annotated instance- Specified by:
modelin interfaceJStachioView- Returns:
- model
-