public abstract class AbstractPage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
configuration |
protected ReportResult |
report |
protected String |
targetFileName |
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,
String targetFileName) |
protected final org.apache.velocity.app.VelocityEngine ve
protected final org.apache.velocity.VelocityContext velocityContext
protected final ReportResult report
protected final Configuration configuration
protected final String targetFileName
protected AbstractPage(ReportResult reportResult, String templateFileName, Configuration configuration, String targetFileName)
Copyright © 2016. All rights reserved.