| Package | Description |
|---|---|
| org.apache.wicket.devutils.debugbar |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionDebugContributor |
| Modifier and Type | Field and Description |
|---|---|
static IDebugBarContributor |
PageSizeDebugPanel.DEBUG_BAR_CONTRIB |
static IDebugBarContributor |
InspectorDebugPanel.DEBUG_BAR_CONTRIB |
static IDebugBarContributor |
SessionSizeDebugPanel.DEBUG_BAR_CONTRIB |
static IDebugBarContributor |
VersionDebugContributor.DEBUG_BAR_CONTRIB |
| Modifier and Type | Method and Description |
|---|---|
static List<IDebugBarContributor> |
DebugBar.getContributors(org.apache.wicket.Application application) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DebugBar.registerContributor(IDebugBarContributor contrib)
Register your own custom contributor that will be part of the debug bar.
|
static void |
DebugBar.registerContributor(IDebugBarContributor contrib,
org.apache.wicket.Application application)
Register your own custom contributor that will be part of the debug bar.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DebugBar.setContributors(List<IDebugBarContributor> contributors,
org.apache.wicket.Application application) |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.