Interface EditorAreaExporter
- All Known Implementing Classes:
AbstractEditorAreaExporter,EditorArea2PdfExporter,EditorArea2XLSExporter
public interface EditorAreaExporter
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]export(List<EditorSectionConfiguration> ediorsSections, TypedObject curObj) Exports given object according to given session configuration to pdf,html,xls or whatever the implementation is.
-
Method Details
-
export
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
-