Class OrphanComponentChecker

java.lang.Object
org.apache.wicket.core.util.objects.checker.AbstractObjectChecker
org.apache.wicket.core.util.objects.checker.OrphanComponentChecker
All Implemented Interfaces:
IObjectChecker

A checker that doesn't allow the serialization of components which are not a page and have no parent component.

Note: The Wizard component from wicket-extensions use such kind of orphaned components and will fail this check unless the step classes are specified as exclusions.