org.jboss.seam.reports
Interface ReportRenderer


public interface ReportRenderer

Renders a report to a specific output

Author:
george

Method Summary
 void render(Report report, OutputStream output)
          Renders a report to the supplied OutputStream.
 

Method Detail

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 rendered
output - - Output for the report
Throws:
IOException - if writing to the OutputStream fails


Copyright © 2011 Seam Framework. All Rights Reserved.