@Service public class ReportService extends Object
| Constructor and Description |
|---|
ReportService() |
| Modifier and Type | Method and Description |
|---|---|
void |
generatePDF(String template,
Map<String,Object> contextMap,
OutputStream out) |
public void generatePDF(String template, Map<String,Object> contextMap, OutputStream out)
template - the name of the template file relative to /xdocreport/contextMap - the KV map containing the context to replaceout - the stream to write the created PDF toCopyright © 2016–2018 Taimos GmbH. All rights reserved.