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
 

Classes in org.jboss.seam.reports with type parameters of type Report
 interface ReportRenderer<I extends Report>
          Renders a report to a specific output
 

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)
           
 

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

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



Copyright © 2011 Seam Framework. All Rights Reserved.