public class HandlebarsConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
cache_templates |
String |
directory
The directory to check for handlebars templates
|
boolean |
enable_humanize_helper |
boolean |
enable_jackson_helper |
boolean |
enable_markdown_helper |
int |
priority |
String |
template
if the template name given to the template annotation doesn't have a file extension this is appended
|
| Constructor and Description |
|---|
HandlebarsConfig() |
public int priority
public String directory
public String template
public boolean cache_templates
public boolean enable_jackson_helper
public boolean enable_markdown_helper
public boolean enable_humanize_helper
Copyright © 2012-2016. All Rights Reserved.