Class InspectorPage

All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IManageablePage, IRequestableComponent, IRequestablePage, org.apache.wicket.util.IHierarchical<Component>, org.apache.wicket.util.io.IClusterable

public final class InspectorPage extends DevUtilsPage
A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page.
Author:
Jonathan Locke
See Also: