| Package | Description |
|---|---|
| org.apache.wicket.core.util.lang |
Java utilities.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
WicketObjects.SerializingObjectSizeOfStrategy
WicketObjects.IObjectSizeOfStrategy that works by serializing the object to an instance of
ByteCountingOutputStream, which records the number of bytes written to it. |
| Modifier and Type | Method and Description |
|---|---|
static void |
WicketObjects.setObjectSizeOfStrategy(WicketObjects.IObjectSizeOfStrategy objectSizeOfStrategy)
Sets the strategy for determining the sizes of objects.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.