public class TableHtmlAction extends AbstractTableAction
AbstractTableAction.columns
) of attributes are exported.
Path: http://.../data/table.html?pattern=SimonPattern&type=STOPWATCH&type=COUNTER&timeFormat=MILLISECONDAbstractTableAction.Column<T>
Modifier and Type | Field and Description |
---|---|
static String |
PATH
Path to display Flat HTML table.
|
contentType, numberPattern, stringifierFactory
Constructor and Description |
---|
TableHtmlAction(ActionContext context)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
printBody(PrintWriter writer) |
protected void |
printBodyRow(Sample sample,
PrintWriter writer) |
protected void |
printCell(AbstractTableAction.Column column,
String s,
PrintWriter writer) |
protected void |
printHeaderRow(PrintWriter writer) |
protected void |
printTable(PrintWriter writer) |
execute, getPattern, printBodyCell, printBodyRow, printHeaderCell, readParameters, setPattern
dontCache, getContext
public static final String PATH
public TableHtmlAction(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 printBody(PrintWriter writer) throws IOException
printBody
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.