Package org.apache.wicket.util.lang

Java utilities.

See:
          Description

Interface Summary
Exceptions.IThrowableVisitor<T> Visitor used to visit Throwable chains
PropertyResolver.IClassCache An implementation of the class can be set on the PropertyResolver#setClassCacheCreator(Application, 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
Args  
Arrays Arrays contains static methods which operate on arrays.
Bytes Represents an immutable byte count.
Checks  
Classes Utilities for dealing with classes.
EnumeratedType A base class for defining enumerated types.
Exceptions  
Exceptions.Visit<T> Represents a visit
Generics Generics related utilities
Objects Object utilities.
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  
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.util.lang Description

Java utilities.



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