Uses of Interface
org.jboss.seam.reports.Report

Packages that use Report
org.jboss.seam.reports   
org.jboss.seam.reports.spi   
 

Uses of Report in org.jboss.seam.reports
 

Methods in org.jboss.seam.reports that return Report
 Report ReportDefinition.fill(Object dataSource, Map<String,Object> parameters)
          Produces Report objects by filling them with a object that this definition can handle and some optional parameters
 Report ReportLoader.loadReport(InputStream input)
           
 Report ReportLoader.loadReport(String name)
           
 

Methods in org.jboss.seam.reports with parameters of type Report
 void ReportRenderer.render(Report report, OutputStream output)
          Renders a report to the supplied OutputStream.
 

Uses of Report in org.jboss.seam.reports.spi
 

Classes in org.jboss.seam.reports.spi that implement Report
 class CharSequenceReport
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.