See: Description
| Class | Description |
|---|---|
| AbstractJsonAction |
Base for actions returning data in JSON format.
|
| AbstractTableAction |
Base class for exporting Simons as tabular data.
|
| AbstractXmlAction |
Base for actions returning data in XML format.
|
| ClearAction |
Action to clear the Simon manager and remove all Simons.
|
| CsvStringifierFactory |
Value formatter for CSV response format.
|
| DetailHtmlAction |
Export single Simon data as static HTML for printing purposes.
|
| DetailHtmlBuilder |
HTML generator for Detail view.
|
| DetailJsonAction |
Export one Simons as a JSON object for display in detail view.
|
| DetailPlugin |
Base class for Detail plugins.
|
| ErrorAction |
Action used when an exception occurs: exception stack trace is dumped into the response.
|
| ListJsonAction |
Export Simons as a flat JSON array.
|
| PluginsJsonAction |
Action to get plugin list in JSON format.
|
| RedirectAction |
Action to send a redirect instruction to the browser.
|
| ResourceAction |
Action used to send resources (images, JS, CSS) to the browser.
|
| TableCsvAction |
Export Simons as a flat CSV table.
|
| TableHtmlAction |
Export Simons as a flat static HTML table which can be used for printing.
|
| TableJsonAction |
Export Simons as a flat JSON array to be displayed in data-table.
|
| TreeJsonAction |
Export Simons as a hierarchical JSON object for display in a tree-table.
|
| TreeXmlAction |
Export Simons as a hierarchical XML document.
|
Copyright © 2019. All rights reserved.