public abstract class AbstractPage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
configuration |
protected ReportResult |
report |
protected org.apache.velocity.app.VelocityEngine |
ve |
protected org.apache.velocity.VelocityContext |
velocityContext |
| 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.app.VelocityEngine ve
protected final org.apache.velocity.VelocityContext velocityContext
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.