Module org.apache.wicket.core
Class NotDetachedModelChecker
java.lang.Object
org.apache.wicket.core.util.objects.checker.AbstractObjectChecker
org.apache.wicket.core.util.objects.checker.NotDetachedModelChecker
- All Implemented Interfaces:
IObjectChecker
An implementation of
IObjectChecker
that returns a failure
result when the checked object is a LoadableDetachableModel
and it is model object is still attached.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.wicket.core.util.objects.checker.IObjectChecker
IObjectChecker.Result
-
Constructor Summary
ConstructorDescriptionConstructor.NotDetachedModelChecker
(List<Class<?>> exclusions) Constructor. -
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
-
NotDetachedModelChecker
public NotDetachedModelChecker()Constructor. Checks all passed objects. -
NotDetachedModelChecker
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:
obj
- the object to check- Returns:
- the
result
of the specific check
-