Package org.apache.wicket.devutils.inspector
Classes that make debugging Wicket HTML applications easier.
-
Class Summary Class Description ApplicationView A Wicket panel that shows interesting information about a given Wicket session.EnhancedPageView EnhancedPageView
which displays allComponent
s andBehavior
s of aPage
in aTableTree
representation.InspectorPage A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page.LiveSessionsPage RenderPerformanceListener A listener that adds a specialBehavior
that measures the time needed by a component to render itself.RequestsPage SessionSizeModel CalculatesSessionView A Wicket panel that shows interesting information about a given Wicket session.