public abstract class AbstractPage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected VelocityContextMap |
contextMap |
protected ReportBuilder |
reportBuilder |
protected ReportInformation |
reportInformation |
protected org.apache.velocity.app.VelocityEngine |
ve |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPage(ReportBuilder reportBuilder,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
generatePage() |
protected void |
generateReport(String fileName) |
protected Map<String,Object> |
getGeneralParameters() |
protected Properties |
getProperties() |
protected final org.apache.velocity.app.VelocityEngine ve
protected final VelocityContextMap contextMap
protected final ReportBuilder reportBuilder
protected final ReportInformation reportInformation
protected AbstractPage(ReportBuilder reportBuilder, String fileName)
public void generatePage()
throws IOException
IOExceptionprotected void generateReport(String fileName) throws IOException
IOExceptionprotected Properties getProperties()
Copyright © 2016. All rights reserved.