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 |
report
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 report
protected final Configuration configuration
protected AbstractPage(ReportResult reportResult, String templateFileName, Configuration configuration)
public final void generatePage()
public abstract String getWebPage()
protected abstract void prepareReport()
Copyright © 2016. All rights reserved.