org.jboss.seam.reports.mvel
Class MVELReportCompiler

java.lang.Object
  extended by org.jboss.seam.reports.mvel.MVELReportCompiler
All Implemented Interfaces:
org.jboss.seam.reports.ReportCompiler

@MVEL
public class MVELReportCompiler
extends Object
implements org.jboss.seam.reports.ReportCompiler


Constructor Summary
MVELReportCompiler()
           
 
Method Summary
 MVELReportDefinition compile(InputStream input)
           
 MVELReportDefinition compile(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVELReportCompiler

public MVELReportCompiler()
Method Detail

compile

public MVELReportDefinition compile(InputStream input)
                             throws org.jboss.seam.reports.exceptions.ReportException
Specified by:
compile in interface org.jboss.seam.reports.ReportCompiler
Throws:
org.jboss.seam.reports.exceptions.ReportException

compile

public MVELReportDefinition compile(String name)
                             throws org.jboss.seam.reports.exceptions.ReportException
Specified by:
compile in interface org.jboss.seam.reports.ReportCompiler
Throws:
org.jboss.seam.reports.exceptions.ReportException


Copyright © 2011 Seam Framework. All Rights Reserved.