Package com.jrefinery.report.ext.demo

Interface Summary
TableModelProvider The tablemodel provider is used to supply the tablemodel to the generated report.
 

Class Summary
AbstractPageableReportServletWorker The report servlet worker provides the infrastructure needed to process the report with a Pageable output target.
AbstractReportServletWorker The report servlet worker provides the infrastructure needed to process the report.
AbstractTableReportServletWorker The report servlet worker provides the infrastructure needed to process the report with a table output target.
DefaultPageableReportServletWorker A report servlet worker, which is able to load report from a given URL and to assign a provided tablemodel to the report.
DefaultTableReportServletWorker A report servlet worker, which is able to load report from a given URL and to assign a provided tablemodel to the report.
DemoModelProvider Implements a TableModelProvider to create and return a tablemodel for the JFreeReport servlet demo.
JFreeReportHtmlServlet A Sample HttpServlet to show how JFreeReports can be used to generate PDF content in a webbased environment.
JFreeReportPngServlet A Sample HttpServlet to show how JFreeReports can be used to generate PNG content in a webbased environment.
JFreeReportServlet A Sample HttpServlet to show how JFreeReports can be used in a web based environment.
StaticTableModelProvider Implements a TableModel provider for a given TableModel.