Interface EditorAreaExporter

All Known Implementing Classes:
AbstractEditorAreaExporter, EditorArea2PdfExporter, EditorArea2XLSExporter

public interface EditorAreaExporter
  • Method Details

    • export

      byte[] export(List<EditorSectionConfiguration> ediorsSections, TypedObject curObj)
      Exports given object according to given session configuration to pdf,html,xls or whatever the implementation is.
    • getExportContentType

      String getExportContentType()
      Returns:
      content type of exported data