public class FreemarkerTemplateEngine extends AbstractTemplateEngine
| Modifier and Type | Class and Description |
|---|---|
static class |
FreemarkerTemplateEngine.LazyLoadingModel
A custom Freemarker model that avoids loading the whole documents into memory if not necessary.
|
config, db, destination, extractors, templatesPath| Constructor and Description |
|---|
FreemarkerTemplateEngine(org.apache.commons.configuration.CompositeConfiguration config,
ContentStore db,
File destination,
File templatesPath) |
public FreemarkerTemplateEngine(org.apache.commons.configuration.CompositeConfiguration config,
ContentStore db,
File destination,
File templatesPath)
public void renderDocument(Map<String,Object> model, String templateName, Writer writer) throws RenderingException
renderDocument in class AbstractTemplateEngineRenderingExceptionCopyright © 2016. All rights reserved.