Uses of Class
org.apache.wicket.devutils.DevUtilsPanel
-
Packages that use DevUtilsPanel Package Description org.apache.wicket.devutils.debugbar org.apache.wicket.devutils.inspector Classes that make debugging Wicket HTML applications easier. -
-
Uses of DevUtilsPanel in org.apache.wicket.devutils.debugbar
Subclasses of DevUtilsPanel in org.apache.wicket.devutils.debugbar Modifier and Type Class Description classDebugBarThe debug bar is for use during development.classInspectorDebugPanelA panel that adds a link to the inspector to the debug bar.classPageStoreDebugPanelA panel that adds a link to persisted pages to the debug bar.classSessionSizeDebugPanelA panel for the debug bar that shows the session size and links to the page that shows more information about sessions.classStandardDebugPanelA standard looking debug panel with an img (optional) and a string of data, and the whole thing is a link. -
Uses of DevUtilsPanel in org.apache.wicket.devutils.inspector
Subclasses of DevUtilsPanel in org.apache.wicket.devutils.inspector Modifier and Type Class Description classApplicationViewA Wicket panel that shows interesting information about a given Wicket session.classSessionViewA Wicket panel that shows interesting information about a given Wicket session.
-