|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.dandelion.datatables.core.export.CsvExport
public class CsvExport
Default class used to export in the CSV format.
| Constructor Summary | |
|---|---|
CsvExport()
|
|
| Method Summary | |
|---|---|
void |
initExport(HtmlTable table)
Initialize the implementation classes with all needed informations. |
void |
processExport(OutputStream output)
The main export method that is called by Dandelion-datatables in charge of writing in the output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CsvExport()
| Method Detail |
|---|
public void initExport(HtmlTable table)
DatatablesExportInitialize the implementation classes with all needed informations.
Usually, only the HtmlTable is needed, because it already contains lots of information.
initExport in interface DatatablesExporttable - The HTML table containing all needed information for the
export.public void processExport(OutputStream output)
DatatablesExport
processExport in interface DatatablesExportoutput - The stream to fill and which will override the default
response during export.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||