Package | Description |
---|---|
io.jdev.miniprofiler | |
io.jdev.miniprofiler.ratpack |
Modifier and Type | Method and Description |
---|---|
ProfilerUiConfig |
ProfilerUiConfig.copy()
Creates a copy of this config object.
|
static ProfilerUiConfig |
ProfilerUiConfig.create() |
static ProfilerUiConfig |
ProfilerUiConfig.defaults() |
ProfilerUiConfig |
BaseProfilerProvider.getUiConfig()
Returns the
ProfilerUiConfig associated with this provider. |
ProfilerUiConfig |
ProfilerProvider.getUiConfig()
Returns the
ProfilerUiConfig associated with this provider. |
ProfilerUiConfig |
DelegatingProfilerProvider.getUiConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ScriptTagWriter.printScriptTag(Profiler profiler,
ProfilerUiConfig config)
Writes out a script tag in the format that the mini profiler front end
javascript expects.
|
java.lang.String |
ScriptTagWriter.printScriptTag(Profiler profiler,
ProfilerUiConfig config,
java.lang.String path)
Writes out a script tag in the format that the mini profiler front end
javascript expects.
|
java.lang.String |
ScriptTagWriter.printScriptTag(ProfilerUiConfig config)
Writes out a script tag in the format that the mini profiler front end
javascript expects.
|
void |
BaseProfilerProvider.setUiConfig(ProfilerUiConfig uiConfig)
Sets the
ProfilerUiConfig for this provider to use. |
void |
ProfilerProvider.setUiConfig(ProfilerUiConfig uiConfig)
Sets the
ProfilerUiConfig for this provider to use. |
void |
DelegatingProfilerProvider.setUiConfig(ProfilerUiConfig uiConfig) |
Modifier and Type | Field and Description |
---|---|
ProfilerUiConfig |
MiniProfilerModule.Config.uiConfig |