| Interface | Description |
|---|---|
| IObjectChecker |
IObjectChecker can be used to check whether an object has/has not given state
before serializing it.
|
| Class | Description |
|---|---|
| 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. |
| DifferentPageChecker |
An implementation of
IObjectChecker that returns a failure
result when the checked object is a second Page instance
in the component tree. |
| 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. |
| ObjectSerializationChecker |
An implementation of IObjectChecker that checks whether the object
implements
Serializable interface |
| OrphanComponentChecker | |
| SessionChecker |
An implementation of
IObjectChecker that returns a failure
result when the checked object is a Session. |
| Enum | Description |
|---|---|
| IObjectChecker.Result.Status |
| Exception | Description |
|---|---|
| CheckingObjectOutputStream.ObjectCheckException |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.