public class TableCsvAction extends AbstractTableAction
AbstractTableAction.Column<T>| Modifier and Type | Field and Description |
|---|---|
static String |
PATH |
contentType, numberPattern, stringifierFactory| Constructor and Description |
|---|
TableCsvAction(ActionContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
printBodyRow(Sample sample,
PrintWriter writer) |
protected void |
printCell(AbstractTableAction.Column column,
String s,
PrintWriter writer) |
protected void |
printHeaderRow(PrintWriter writer) |
execute, getPattern, printBody, printBodyCell, printBodyRow, printHeaderCell, printTable, readParameters, setPatterndontCache, getContextpublic static final String PATH
public TableCsvAction(ActionContext context)
protected void printHeaderRow(PrintWriter writer) throws IOException
printHeaderRow in class AbstractTableActionIOExceptionprotected void printBodyRow(Sample sample, PrintWriter writer) throws IOException
printBodyRow in class AbstractTableActionIOExceptionprotected void printCell(AbstractTableAction.Column column, String s, PrintWriter writer) throws IOException
printCell in class AbstractTableActionIOExceptionCopyright © 2019. All rights reserved.