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, setPattern
dontCache, getContext
public static final String PATH
public TableCsvAction(ActionContext context)
protected void printHeaderRow(PrintWriter writer) throws IOException
printHeaderRow
in class AbstractTableAction
IOException
protected void printBodyRow(Sample sample, PrintWriter writer) throws IOException
printBodyRow
in class AbstractTableAction
IOException
protected void printCell(AbstractTableAction.Column column, String s, PrintWriter writer) throws IOException
printCell
in class AbstractTableAction
IOException
Copyright © 2019. All rights reserved.