Package | Description |
---|---|
org.javasimon.console |
Java Simon embeddable Web console base package.
|
org.javasimon.console.action |
All controllers (aka Action beans in Struts world) are located in this package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActionBinding<T extends Action>
Interface describing the binding between an HTTP Request and an
Action |
class |
SimpleActionBinding<T extends Action>
Simple action bindings which is triggered by the path and produces
actions of given type
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJsonAction
Base for actions returning data in JSON format.
|
class |
AbstractTableAction
Base class for exporting Simons as tabular data.
|
class |
AbstractXmlAction
Base for actions returning data in XML format.
|
class |
ClearAction
Action to clear the Simon manager and remove all Simons.
|
class |
DetailHtmlAction
Export single Simon data as static HTML for printing purposes.
|
class |
DetailJsonAction
Export one Simons as a JSON object for display in detail view.
|
class |
ErrorAction
Action used when an exception occurs: exception stack trace is dumped into the response.
|
class |
ListJsonAction
Export Simons as a flat JSON array.
|
class |
PluginsJsonAction
Action to get plugin list in JSON format.
|
class |
RedirectAction
Action to send a redirect instruction to the browser.
|
class |
ResourceAction
Action used to send resources (images, JS, CSS) to the browser.
|
class |
TableCsvAction
Export Simons as a flat CSV table.
|
class |
TableHtmlAction
Export Simons as a flat static HTML table which can be used for printing.
|
class |
TableJsonAction
Export Simons as a flat JSON array to be displayed in data-table.
|
class |
TreeJsonAction
Export Simons as a hierarchical JSON object for display in a tree-table.
|
class |
TreeXmlAction
Export Simons as a hierarchical XML document.
|
Copyright © 2019. All rights reserved.