public class FreeMarkerView extends Object
| Constructor and Description |
|---|
FreeMarkerView(freemarker.template.Configuration configuration) |
FreeMarkerView(freemarker.template.Configuration configuration,
Charset charset,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
me.geso.webscrew.response.WebResponse |
render(HTMLFilterProvider controller,
String templateName,
Object dataModel) |
public FreeMarkerView(freemarker.template.Configuration configuration,
Charset charset,
String contentType)
public FreeMarkerView(freemarker.template.Configuration configuration)
public me.geso.webscrew.response.WebResponse render(HTMLFilterProvider controller, @NonNull String templateName, Object dataModel) throws IOException, freemarker.template.TemplateException
IOExceptionfreemarker.template.TemplateExceptionCopyright © 2014. All rights reserved.