Package org.apache.wicket.util.lang

Java utilities.

See:
          Description

Interface Summary
Objects.IObjectSizeOfStrategy Interface that enables users to plugin the way object sizes are calculated with Wicket.
PropertyResolver.IClassCache An implementation of the class can be set on the PropertyResolver#setClassCacheCreator(Application, IClassCache) method for a specific application.
PropertyResolver.IGetAndSet  
 

Class Summary
Bytes Represents an immutable byte count.
Classes Utilities for dealing with classes.
EnumeratedType A base class for defining enumerated types.
Generics Generics related utilities
Objects Object utilities.
Objects.SerializingObjectSizeOfStrategy Objects.IObjectSizeOfStrategy that works by serializing the object to an instance of ByteCountingOutputStream, which records the number of bytes written to it.
PackageName A type-safe package name class since Package is unreliable (it's not a Package object, but rather a sometimes-available holder for versioning information).
Packages Utilities for dealing with packages.
Primitives Utilities for working with primitives types and values.
PropertyResolver NOTE: THIS CLASS IS NOT PART OF THE WICKET PUBLIC API, DO NOT USE IT UNLESS YOU KNOW WHAT YOU ARE DOING.
PropertyResolverConverter  
 

Package org.apache.wicket.util.lang Description

Java utilities.



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.