public interface IDataExporter
extends org.apache.wicket.util.io.IClusterable
| Modifier and Type | Method and Description |
|---|---|
<T> void |
exportData(org.apache.wicket.markup.repeater.data.IDataProvider<T> provider,
List<IExportableColumn> columns,
OutputStream output)
Exports all data provided by the
IDataProvider to the OutputStream. |
String |
getContentType()
Gets the content type
|
boolean |
isExportHeadersEnabled()
Indicates whether headers will be written to the output
|
String getContentType()
boolean isExportHeadersEnabled()
<T> void exportData(org.apache.wicket.markup.repeater.data.IDataProvider<T> provider,
List<IExportableColumn> columns,
OutputStream output)
throws IOException
IDataProvider to the OutputStream.T - the object typeprovider - the IDataProvidercolumns - the list of IColumnoutput - the OutputStreamIOException - if this could not write the file outCopyright © 2021 7thWeb. All rights reserved.