Class DifferentPageChecker

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

An implementation of IObjectChecker that returns a failure result when the checked object is a second Page instance in the component tree. The first checked page instance is assumed to be the component tree root. Any other page instance checked by the same checker is a referenced page by a component in the tree.
Since:
6.17.0