public class TemplateEngineImpl extends Object implements TemplateEngine
Modifier and Type | Field and Description |
---|---|
protected TemplateEngineConfiguration |
engineConfiguration |
protected org.slf4j.Logger |
logger |
protected String |
name |
protected TemplateRepositoryService |
templateRepositoryService |
Constructor and Description |
---|
TemplateEngineImpl(TemplateEngineConfiguration engineConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getName() |
TemplateEngineConfiguration |
getTemplateEngineConfiguration() |
TemplateRepositoryService |
getTemplateRepositoryService() |
TemplateService |
getTemplateService() |
protected final org.slf4j.Logger logger
protected String name
protected TemplateEngineConfiguration engineConfiguration
protected TemplateRepositoryService templateRepositoryService
public TemplateEngineImpl(TemplateEngineConfiguration engineConfiguration)
public String getName()
getName
in interface TemplateEngine
public void close()
close
in interface TemplateEngine
public TemplateRepositoryService getTemplateRepositoryService()
getTemplateRepositoryService
in interface TemplateEngine
public TemplateService getTemplateService()
getTemplateService
in interface TemplateEngine
public TemplateEngineConfiguration getTemplateEngineConfiguration()
getTemplateEngineConfiguration
in interface TemplateEngine