public class OutputFrr extends BaseOutputFormat
限定符和类型 | 字段和说明 |
---|---|
static int |
CONVERT_TO_FRR |
构造器和说明 |
---|
OutputFrr() |
限定符和类型 | 方法和说明 |
---|---|
void |
flushWithPram(java.io.OutputStream out,
ResultWorkBook result,
java.lang.String path,
java.util.Map<java.lang.String,java.lang.Object> param)
将结果报表导出为对应文件(含参数)
|
java.lang.String |
getFileSuffix()
文件后缀
|
int |
getFormat()
结果文件标识
|
boolean |
resultFile()
是否是结果文件
|
boolean |
withParam()
是否需要传递参数
|
flush, flushWithParentPath, fromInteger, registerOutputFormat, removeOutputFormat, withParentPath
public static final int CONVERT_TO_FRR
public int getFormat()
OutputFormatProvider
getFormat
在接口中 OutputFormatProvider<ResultWorkBook>
getFormat
在类中 BaseOutputFormat
public java.lang.String getFileSuffix()
OutputFormatProvider
getFileSuffix
在接口中 OutputFormatProvider<ResultWorkBook>
getFileSuffix
在类中 BaseOutputFormat
public void flushWithPram(java.io.OutputStream out, ResultWorkBook result, java.lang.String path, java.util.Map<java.lang.String,java.lang.Object> param) throws java.lang.Exception
OutputFormatProvider
flushWithPram
在接口中 OutputFormatProvider<ResultWorkBook>
flushWithPram
在类中 BaseOutputFormat
java.lang.Exception
public boolean resultFile()
OutputFormatProvider
resultFile
在接口中 OutputFormatProvider<ResultWorkBook>
resultFile
在类中 BaseOutputFormat
public boolean withParam()
OutputFormatProvider
withParam
在接口中 OutputFormatProvider<ResultWorkBook>
withParam
在类中 BaseOutputFormat