Class OrphanComponentChecker

  • All Implemented Interfaces:
    IObjectChecker

    public class OrphanComponentChecker
    extends AbstractObjectChecker
    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.