public abstract class AbstractPage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
configuration
Configuration used for this report execution.
|
protected org.apache.velocity.VelocityContext |
context |
protected ReportResult |
reportResult
Results of the report.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPage(ReportResult reportResult,
String templateFileName,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
generatePage() |
abstract String |
getWebPage()
Returns HTML file name (with extension) for this report.
|
protected abstract void |
prepareReport() |
protected final org.apache.velocity.VelocityContext context
protected final ReportResult reportResult
protected final Configuration configuration
protected AbstractPage(ReportResult reportResult, String templateFileName, Configuration configuration)
public void generatePage()
public abstract String getWebPage()
protected abstract void prepareReport()
Copyright © 2019. All rights reserved.