Class BaseWicketTester.StartComponentInPage

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
Enclosing class:
BaseWicketTester

A page that is used as the automatically created page for BaseWicketTester.startComponentInPage(Class) and the other variations.

This page caches the generated markup so that it is available even after Component.detach() where the component's markup cache is cleared.

See Also: