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.
 

Class Summary
Bytes Represents an immutable byte count.
Classes Utilities for dealing with classes.
EnumeratedType A base class for defining enumerated types.
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 This class parses expressions to lookup or set a value on the object that is given.
PropertyResolverConverter  
 

Package org.apache.wicket.util.lang Description

Java utilities.



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