public class QuantilesDetailPlugin extends DetailPlugin
QuantilesCallback information| Modifier and Type | Field and Description |
|---|---|
static String |
NO_CALLBACK_MESSAGE
Message: Callback not registered
|
| Constructor and Description |
|---|
QuantilesDetailPlugin() |
| Modifier and Type | Method and Description |
|---|---|
DetailHtmlBuilder |
executeHtml(ActionContext context,
DetailHtmlBuilder htmlBuilder,
StringifierFactory htmlStringifierFactory,
Simon simon)
Callback for flat HTML rendering.
|
ObjectJS |
executeJson(ActionContext context,
StringifierFactory jsonStringifierFactory,
Simon simon)
Callback for flat JSON rendering.
|
boolean |
supports(Simon simon)
Indicate that this plugin only applies on Stopwatches.
|
addResource, getActionBindings, getId, getLabel, getResources, getResources, toJsonpublic static final String NO_CALLBACK_MESSAGE
public QuantilesDetailPlugin()
public boolean supports(Simon simon)
supports in class DetailPluginsimon - Simontrue if plugin can be executedpublic DetailHtmlBuilder executeHtml(ActionContext context, DetailHtmlBuilder htmlBuilder, StringifierFactory htmlStringifierFactory, Simon simon) throws IOException
DetailPluginexecuteHtml in class DetailPlugincontext - Context (Request, parameters...)htmlBuilder - HTML Builder (Response generation helper)simon - Simon to render.IOExceptionpublic ObjectJS executeJson(ActionContext context, StringifierFactory jsonStringifierFactory, Simon simon)
DetailPluginexecuteJson in class DetailPlugincontext - Context (Request, parameters...)simon - Simon to renderCopyright © 2019. All rights reserved.