public class IndexRenderer extends AbstractRenderer
FAVICON_RESOURCE| Constructor and Description |
|---|
IndexRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyResources(File path) |
String |
render(Map<String,Object> context)
Render a report
|
protected void |
zipCopying(ZipEntry entry,
JarFile jarFile,
File path) |
protected void |
zipCopying(ZipEntry entry,
JarFile jarFile,
File path,
String name) |
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 templateprotected void zipCopying(ZipEntry entry, JarFile jarFile, File path, String name) throws IOException
IOExceptionprotected void zipCopying(ZipEntry entry, JarFile jarFile, File path) throws IOException
IOExceptionpublic void copyResources(File path) throws IOException
IOExceptionThis documentation was released into the public domain.