| Interface | Description |
|---|---|
| PropertyResolver.IClassCache |
An implementation of the class can be set on the
PropertyResolver.setClassCache(org.apache.wicket.Application, org.apache.wicket.core.util.lang.PropertyResolver.IClassCache)
method for a specific application. |
| PropertyResolver.IGetAndSet | |
| WicketObjects.IObjectSizeOfStrategy |
Interface that enables users to plugin the way object sizes are calculated with Wicket.
|
| Class | Description |
|---|---|
| PropertyResolver |
NOTE: THIS CLASS IS NOT PART OF THE WICKET PUBLIC API, DO NOT USE IT UNLESS YOU KNOW WHAT YOU ARE
DOING.
|
| PropertyResolverConverter | |
| WicketObjects |
Object (de)serialization utilities.
|
| WicketObjects.SerializingObjectSizeOfStrategy |
WicketObjects.IObjectSizeOfStrategy that works by serializing the object to an instance of
ByteCountingOutputStream, which records the number of bytes written to it. |
Java utilities.
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.