public class TableJsonAction extends AbstractTableAction
AbstractTableAction.columns
) of attributes are exported.AbstractTableAction.Column<T>
Modifier and Type | Field and Description |
---|---|
static String |
PATH |
contentType, numberPattern, stringifierFactory
Constructor and Description |
---|
TableJsonAction(ActionContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
printBodyCell(AbstractTableAction.Column column,
Sample sample,
PrintWriter writer) |
protected void |
printBodyRow(Sample sample,
PrintWriter writer) |
protected void |
printHeaderRow(PrintWriter writer) |
protected void |
printTable(PrintWriter writer) |
execute, getPattern, printBody, printBodyRow, printCell, printHeaderCell, readParameters, setPattern
dontCache, getContext
public static final String PATH
public TableJsonAction(ActionContext context)
protected void printTable(PrintWriter writer) throws IOException
printTable
in class AbstractTableAction
IOException
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 printBodyCell(AbstractTableAction.Column column, Sample sample, PrintWriter writer)
printBodyCell
in class AbstractTableAction
Copyright © 2019. All rights reserved.