Interface EditorAreaExporter
-
- All Known Implementing Classes:
AbstractEditorAreaExporter
,EditorArea2PdfExporter
,EditorArea2XLSExporter
public interface EditorAreaExporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
export(java.util.List<EditorSectionConfiguration> ediorsSections, TypedObject curObj)
Exports given object according to given session configuration to pdf,html,xls or whatever the implementation is.java.lang.String
getExportContentType()
-
-
-
Method Detail
-
export
byte[] export(java.util.List<EditorSectionConfiguration> ediorsSections, TypedObject curObj)
Exports given object according to given session configuration to pdf,html,xls or whatever the implementation is.
-
getExportContentType
java.lang.String getExportContentType()
- Returns:
- content type of exported data
-
-