public class NodeReportRenderer extends AbstractRenderer
FAVICON_RESOURCE| Constructor and Description |
|---|
NodeReportRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyResources(File path) |
String |
render(Map<String,Object> context)
Render a report
|
copyResources, getJinjava, render, setupResourceLocatorpublic String render(Map<String,Object> context) throws Exception
AbstractRendererrender in class AbstractRenderercontext - the Jinja context containing the variables to be usedException - If unable to parse the templatepublic void copyResources(File path) throws IOException
IOExceptionThis documentation was released into the public domain.