org.jboss.seam.reports
Interface ReportRenderer
public interface ReportRenderer
Renders a report to a specific output
- Author:
- george
render
void render(Report report,
OutputStream output)
throws IOException
- Renders a report to the supplied
OutputStream.
Implementations should close the OutputStream after writing to it.
- Parameters:
report - - Report to be renderedoutput - - Output for the report
- Throws:
IOException - if writing to the OutputStream fails
Copyright © 2013 Seam Framework. All Rights Reserved.