| Package | Description |
|---|---|
| org.apache.wicket.core.util.objects.checker |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectChecker
A base class for IObjectChecker implementations which handles the logic
for checking type exclusions.
|
class |
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. |
class |
ObjectSerializationChecker
An implementation of IObjectChecker that checks whether the object
implements
Serializable interface |
class |
OrphanComponentChecker
|
| Constructor and Description |
|---|
CheckingObjectOutputStream(OutputStream outputStream,
IObjectChecker... checkers)
Constructor.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.