public class ComposedIndexRenderer extends AbstractRenderer
Constructor and Description |
---|
ComposedIndexRenderer() |
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, setupResourceLocator
public String render(Map<String,Object> context) throws Exception
AbstractRenderer
render
in class AbstractRenderer
context
- 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
IOException
protected void zipCopying(ZipEntry entry, JarFile jarFile, File path) throws IOException
IOException
public void copyResources(File path) throws IOException
IOException
This documentation was released into the public domain.