org.jboss.seam.reports
Interface ReportCompiler


public interface ReportCompiler

Allows reports to be compiled. Some implementations might not need this.

Author:
George Gastaldi

Method Summary
 ReportDefinition compile(InputStream input)
           
 ReportDefinition compile(String name)
           
 

Method Detail

compile

ReportDefinition compile(InputStream input)
                         throws ReportException
Throws:
ReportException

compile

ReportDefinition compile(String name)
                         throws ReportException
Throws:
ReportException


Copyright © 2011 Seam Framework. All Rights Reserved.