Module org.apache.wicket.core
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
-
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
-
OrphanComponentChecker
public OrphanComponentChecker()Constructor. Checks all passed objects. -
OrphanComponentChecker
Constructor. Checks objects which types are not excluded.- Parameters:
exclusions
- a list of types which should not be checked
-
-
Method Details
-
doCheck
Description copied from class:AbstractObjectChecker
The implementations should make the specific check on the object.- Overrides:
doCheck
in classAbstractObjectChecker
- Parameters:
object
- the object to check- Returns:
- the
result
of the specific check
-