net.sf.infrared.web.report
Class ReportFactory

java.lang.Object
  extended bynet.sf.infrared.web.report.ReportFactory

public class ReportFactory
extends Object

Returns an implementation of the SummaryReport Interface based on the report type parameter passed.


Field Summary
static String EXCEL
           
 
Constructor Summary
ReportFactory()
           
 
Method Summary
static SummaryReport createReport(String reportType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCEL

public static final String EXCEL
See Also:
Constant Field Values
Constructor Detail

ReportFactory

public ReportFactory()
Method Detail

createReport

public static SummaryReport createReport(String reportType)