Package org.apache.wicket.util

Interface Summary
IContextProvider<T,C> An object that can provide instances of type T depending on context parameter of type C
IHierarchical<T> Represents an object that is a part of a hierarchy
IProvider<T> An object that can provide instances of type T
 

Class Summary
ClassProvider<T> A provider which holds a reference to a class in a WeakReference so that it can be collected by the GC when needed
LazyInitializer<T> An abstraction for lazy-initializing values.
LongEncoder Encodes long values into the specified alphabet.
NullProvider<T> Provider that provides nulls.
ValueProvider<T> Provider that always provides the specified value.
 



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