All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description ApplicationView A Wicket panel that shows interesting information about a given Wicket session.DebugBar The debug bar is for use during development.DebugBarInitializer Debug bar module initializerDevelopmentUtilitiesNotEnabledException Just an exception that can be thrown if a development utility is invoked, constructed, etc, and the setting in the application is not enabled.DevUtilsPage 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.DevUtilsPanel 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.EnhancedPageView EnhancedPageView
which displays allComponent
s andBehavior
s of aPage
in aTableTree
representation.IDebugBarContributor InspectorDebugPanel A panel that adds a link to the inspector to the debug bar.InspectorPage A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page.LiveSessionsPage PageStoreDebugPanel A panel that adds a link to persisted pages to the debug bar.PageStorePage A page that shows the attributes (id, name, size) of the pages stored in the data stores.PersistedPanel A panel that shows data aboutIPersistedPage
s in anIPersistentPageStore
.RenderPerformanceListener A listener that adds a specialBehavior
that measures the time needed by a component to render itself.RequestsPage SessionIdentifiersModel A model that collects the keys from theDiskPageStore
folderSessionSizeDebugPanel A panel for the debug bar that shows the session size and links to the page that shows more information about sessions.SessionSizeModel CalculatesSessionView A Wicket panel that shows interesting information about a given Wicket session.StandardDebugPanel A standard looking debug panel with an img (optional) and a string of data, and the whole thing is a link.StatelessChecker Stateless checker.StatelessCheckFailureException 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.StatelessComponent Annotation for wicket components that you want to be sure remain stateless during the development cycle.VersionDebugContributor