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 TemplateEnginepublic void close()
close in interface TemplateEnginepublic TemplateRepositoryService getTemplateRepositoryService()
getTemplateRepositoryService in interface TemplateEnginepublic TemplateService getTemplateService()
getTemplateService in interface TemplateEnginepublic TemplateEngineConfiguration getTemplateEngineConfiguration()
getTemplateEngineConfiguration in interface TemplateEngineCopyright © 2019. All rights reserved.