| Modifier and Type | Method and Description |
|---|---|
List<Template> |
ITemplateDAO.findTemplates(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<Template> |
FileTemplateDAO.findTemplates(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<Template> |
MemoryTemplateDAO.findTemplates(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryTemplateDAO.setTemplates(List<Template> templates) |
| Modifier and Type | Method and Description |
|---|---|
Template |
Template.clone() |
Template |
Template.setContent(String content) |
Template |
Template.setKey(String key) |
Template |
Template.setLastModified(Date lastModified) |
Template |
Template.setLocale(Locale locale) |
Template |
Template.setType(IRenderService.Type type) |
Template |
Template.setVersion(IRenderService.Version version) |
| Modifier and Type | Method and Description |
|---|---|
String |
ITemplateRenderer.render(Template template,
IParams params) |
| Modifier and Type | Method and Description |
|---|---|
String |
VelocityTemplateRenderer.render(Template template,
IParams params) |
| Modifier and Type | Method and Description |
|---|---|
static Template |
NotifyUtils.choose(List<Template> templates,
IRenderService.Type type,
IRenderService.Version version) |
| Modifier and Type | Method and Description |
|---|---|
static Template |
NotifyUtils.choose(List<Template> templates,
IRenderService.Type type,
IRenderService.Version version) |
Copyright © 2014 Molindo GmbH. All Rights Reserved.