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 class
InspectorPage
A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page.class
LiveSessionsPage
class
RequestsPage
-
Uses of DevUtilsPage in org.apache.wicket.devutils.pagestore
Subclasses of DevUtilsPage in org.apache.wicket.devutils.pagestore Modifier and Type Class Description class
PageStorePage
A page that shows the attributes (id, name, size) of the pages stored in the data stores.
-