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.
|
org.javasimon.console.html |
HTML generation helper classes.
|
org.javasimon.console.json |
Simplified JSON serializer used for Ajax communication and the REST API
|
org.javasimon.console.plugin |
Modifier and Type | Method and Description |
---|---|
ObjectJS |
SimonConsolePlugin.toJson(StringifierFactory jsonStringifierFactory)
Serialize plugin data into a JSON object
|
Modifier and Type | Method and Description |
---|---|
protected ObjectJS |
AbstractJsonAction.createAttributesObjectJS(Simon simon) |
protected ObjectJS |
TreeJsonAction.createObjectJS(Simon simon) |
protected ObjectJS |
AbstractJsonAction.createObjectJS(Simon simon)
Transforms a Simon into a JSON object.
|
ObjectJS |
DetailPlugin.executeJson(ActionContext context,
StringifierFactory jsonStringifierFactory,
Simon simon)
Callback for flat JSON rendering.
|
Modifier and Type | Method and Description |
---|---|
ObjectJS |
HtmlResource.toJson(StringifierFactory jsonStringifierFactory) |
Modifier and Type | Method and Description |
---|---|
static ObjectJS |
ObjectJS.create(Object o,
StringifierFactory stringifierFactory) |
Modifier and Type | Method and Description |
---|---|
ObjectJS |
TimelineDetailPlugin.executeJson(ActionContext context,
StringifierFactory jsonStringifierFactory,
Simon simon) |
ObjectJS |
QuantilesDetailPlugin.executeJson(ActionContext context,
StringifierFactory jsonStringifierFactory,
Simon simon) |
ObjectJS |
CallTreeDetailPlugin.executeJson(ActionContext context,
StringifierFactory jsonStringifierFactory,
Simon simon)
Generate a JSON call tree object or an error string if no call tree
|
Copyright © 2019. All rights reserved.