Package org.apache.wicket.core.util.lang

Java utilities.

See:
          Description

Interface Summary
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 Summary
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.
 

Package org.apache.wicket.core.util.lang Description

Java utilities.



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