org.apache.wicket.examples.debug |
wicket.markup.html.debug package
Classes that make debugging Wicket HTML applications easier.
|
Java Source File Name | Type | Comment |
ApplicationView.java | Class | A Wicket panel that shows interesting information about a given Wicket
session. |
InspectorBug.java | Class | A page that shows interesting attributes of the Wicket environment, including
the current session and the component tree for the current page. |
InspectorPage.java | Class | A page that shows interesting attributes of the Wicket environment, including
the current session and the component tree for the current page. |
LiveSessionsPage.java | Class | |
PageMapView.java | Class | A Wicket panel that shows interesting information about a given Wicket
pagemap. |
RequestsPage.java | Class | |
SessionView.java | Class | A Wicket panel that shows interesting information about a given Wicket
session. |