Class AbstractPage

    • Field Detail

      • context

        protected final org.apache.velocity.VelocityContext context
      • reportResult

        protected final ReportResult reportResult
        Results of the report.
      • configuration

        protected final Configuration configuration
        Configuration used for this report execution.
    • Method Detail

      • generatePage

        public void generatePage()
      • getWebPage

        public abstract String getWebPage()
        Returns HTML file name (with extension) for this report.
        Returns:
        HTML file for the report
      • prepareReport

        protected abstract void prepareReport()