public static class HandlebarsModule.Config extends Object
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
HandlebarsModule.Config |
cacheSize(int cacheSize) |
int |
getCacheSize() |
String |
getTemplatesPath() |
String |
getTemplatesSuffix() |
Boolean |
isReloadable() |
HandlebarsModule.Config |
reloadable(boolean reloadable) |
HandlebarsModule.Config |
templatesPath(String templatesPath) |
HandlebarsModule.Config |
templatesSuffix(String templatesSuffix) |
public String getTemplatesPath()
public HandlebarsModule.Config templatesPath(String templatesPath)
public String getTemplatesSuffix()
public HandlebarsModule.Config templatesSuffix(String templatesSuffix)
public int getCacheSize()
public HandlebarsModule.Config cacheSize(int cacheSize)
public Boolean isReloadable()
public HandlebarsModule.Config reloadable(boolean reloadable)