@Deprecated public interface TemplateEngine
TemplateEngine| Modifier and Type | Method and Description |
|---|---|
InputStream |
applyTemplate(Object context,
String templateId,
Map<String,Object> values)
Deprecated.
Resolves specified template
|
InputStream applyTemplate(Object context, String templateId, Map<String,Object> values) throws IOException
context - an object that requires to resolve a templatetemplateId - identity of template to be resolvedvalues - template parametersIOExceptionCopyright © 2018. All rights reserved.