インタフェース ReportingEngine
- 既知の実装クラスのリスト:
JasperReportingEngine,JxlsReportingEngine,PoiReportingEngine
public interface ReportingEngine
-
メソッドの概要
修飾子とタイプメソッド説明createOutputModel(byte[] binary, String type, String extension) voidexportReport(WebRequestStack context, ReportingOutputModel model) String[]boolean
-
メソッドの詳細
-
createOutputModel
ReportingOutputModel createOutputModel(byte[] binary, String type, String extension) throws Exception - 例外:
Exception
-
exportReport
- 例外:
Exception
-
isSupport
-
getSupportFiles
String[] getSupportFiles() -
getReportingType
ReportingType getReportingType()
-