Uses of Class
org.apache.wicket.devutils.DevUtilsPage
-
Packages that use DevUtilsPage Package Description org.apache.wicket.devutils.inspector Classes that make debugging Wicket HTML applications easier.org.apache.wicket.devutils.pagestore -
-
Uses of DevUtilsPage in org.apache.wicket.devutils.inspector
Subclasses of DevUtilsPage in org.apache.wicket.devutils.inspector Modifier and Type Class Description classInspectorPageA page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page.classLiveSessionsPageclassRequestsPage -
Uses of DevUtilsPage in org.apache.wicket.devutils.pagestore
Subclasses of DevUtilsPage in org.apache.wicket.devutils.pagestore Modifier and Type Class Description classPageStorePageA page that shows the attributes (id, name, size) of the pages stored in the data stores.
-