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.plugin |
Modifier and Type | Method and Description |
---|---|
<T extends SimonConsolePlugin> |
SimonConsolePluginManager.addPlugin(Class<T> pluginType)
Register a plugin
|
<T extends SimonConsolePlugin> |
SimonConsolePluginManager.getPluginsByType(Class<T> pluginType)
Return plugin list, filtered by plugin type.
|
Modifier and Type | Method and Description |
---|---|
SimonConsolePlugin |
SimonConsolePluginManager.getPluginById(String id)
Return plugin, filtered by plugin Id.
|
Modifier and Type | Method and Description |
---|---|
List<SimonConsolePlugin> |
SimonConsolePluginManager.getPlugins()
Return plugin list.
|
Modifier and Type | Method and Description |
---|---|
void |
SimonConsolePluginManager.addPlugin(SimonConsolePlugin plugin)
Register a plugin
|
Modifier and Type | Method and Description |
---|---|
static List<HtmlResource> |
SimonConsolePlugin.getResources(ActionContext context,
Class<? extends SimonConsolePlugin> pluginType)
Gather resources used by all Detail plugins in the plugin manager
|
Modifier and Type | Class and Description |
---|---|
class |
DetailPlugin
Base class for Detail plugins.
|
Modifier and Type | Class and Description |
---|---|
class |
CallTreeDetailPlugin
Detail plugin to display call tree.
|
class |
QuantilesDetailPlugin
Detail plugin to display
QuantilesCallback information |
class |
TimelineDetailPlugin
Detail plugin to display
TimelineCallback information |
Copyright © 2019. All rights reserved.