Class HibernateReportLoader
java.lang.Object
org.mapfish.print.servlet.job.impl.hibernate.HibernateReportLoader
- All Implemented Interfaces:
ReportLoader
Loads reports from hibernate uris.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanReturns true if this loader can process the provided URI.voidloadReport(URI reportURI, OutputStream out) Reads a report from the URI and writes it to the output stream.
-
Constructor Details
-
HibernateReportLoader
public HibernateReportLoader()
-
-
Method Details
-
accepts
Description copied from interface:ReportLoaderReturns true if this loader can process the provided URI.- Specified by:
acceptsin interfaceReportLoader- Parameters:
reportURI- the uri to test.
-
loadReport
Description copied from interface:ReportLoaderReads a report from the URI and writes it to the output stream.- Specified by:
loadReportin interfaceReportLoader- Parameters:
reportURI- uri of the report.out- output stream to write to.- Throws:
IOException
-