Module org.apache.wicket.core
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.wicket.core.util.objects.checker.IObjectChecker
IObjectChecker.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe implementations should make the specific check on the object.Methods inherited from class org.apache.wicket.core.util.objects.checker.AbstractObjectChecker
check, getExclusions
-
Constructor Details
-
DifferentPageChecker
public DifferentPageChecker()
-
-
Method Details
-
doCheck
Description copied from class:AbstractObjectChecker
The implementations should make the specific check on the object.- Overrides:
doCheck
in classAbstractObjectChecker
- Parameters:
obj
- the object to check- Returns:
- the
result
of the specific check
-