All Classes and Interfaces

Class
Description
A Wicket panel that shows interesting information about a given Wicket session.
The debug bar is for use during development.
Debug bar module initializer
Just an exception that can be thrown if a development utility is invoked, constructed, etc, and the setting in the application is not enabled.
All pages in the wicket-devutils package should extend this page so that they automatically get checked to make sure that the utilities are enabled in the application debug settings.
All panels in the wicket-devutils package should extend this panel so that they automatically get checked to make sure that the utilities are enabled in the application debug settings.
Enhanced PageView which displays all Components and Behaviors of a Page in a TableTree representation.
 
A panel that adds a link to the inspector to the debug bar.
A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page.
 
A panel that adds a link to persisted pages to the debug bar.
A page that shows the attributes (id, name, size) of the pages stored in the data stores.
A panel that shows data about IPersistedPages in an IPersistentPageStore.
A listener that adds a special Behavior that measures the time needed by a component to render itself.
 
A model that collects the keys from the DiskPageStore folder
A panel for the debug bar that shows the session size and links to the page that shows more information about sessions.
Calculates
A Wicket panel that shows interesting information about a given Wicket session.
A standard looking debug panel with an img (optional) and a string of data, and the whole thing is a link.
Stateless checker.
Just an exception that can be thrown if a StatelessChecker is invoked, the component being checked is not stateless or the behavior held by the component is not stateless.
Annotation for wicket components that you want to be sure remain stateless during the development cycle.