Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

定时任务默认可选的导出文件类型可行包含:excel、word和pdf,如果希望支持更多其他的类型,就可以使用这个接口来实现。

...

Code Block
languagexml
<extra-platform>
   <extra-schedule>
       <OutputFormatProvider class="com.fr.plugin.xxx.YourClassName"/>
   </extra-schedule>
</extra-platform> 

源码实例

如果你希望查看完整的源码,请看这里:http://cloud.finedevelop.com:2015/projects/PB/repos/plugins-free/browse/plugin-scheduleoutput?at=refs%2Fheads%2Fdev