Package org.apache.wicket.util.objects.checker

Interface Summary
IObjectChecker IObjectChecker can be used to check whether an object has/has not given state before serializing it.
 

Class Summary
AbstractObjectChecker A base class for IObjectChecker implementations which handles the logic for checking type exclusions.
CheckingObjectOutputStream Checks an object tree during serialization for wrong state by delegating the work to the used IObjectCheckers.
IObjectChecker.Result Represents the result of a check.
NotDetachedModelChecker An implementation of IObjectChecker that returns a failure result when the checked object is a LoadableDetachableModel and it is model object is still attached.
OrphanComponentChecker A checker that doesn't allow the serialization of components which are not a page and have no parent component.
 

Enum Summary
IObjectChecker.Result.Status  
 

Exception Summary
CheckingObjectOutputStream.ObjectCheckException  
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.