Class HandlebarsManager
- java.lang.Object
-
- io.wcm.devops.conga.generator.handlebars.HandlebarsManager
-
public class HandlebarsManager extends Object
Manages charset-aware handlebars instances.
-
-
Constructor Summary
Constructors Constructor Description HandlebarsManager(List<ResourceCollection> templateDirs, PluginContextOptions pluginContextOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.jknack.handlebars.Handlebars
get(String escapingStrategy, String charset)
Get handlebars instance with escaping for file extension and charset.
-
-
-
Constructor Detail
-
HandlebarsManager
public HandlebarsManager(List<ResourceCollection> templateDirs, PluginContextOptions pluginContextOptions)
- Parameters:
templateDirs
- Template base directoriespluginContextOptions
- Plugin context options
-
-