Uses of Interface
org.apache.wicket.util.IProvider

Packages that use IProvider
org.apache.wicket.util   
 

Uses of IProvider in org.apache.wicket.util
 

Classes in org.apache.wicket.util that implement IProvider
 class 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
 class LazyInitializer<T>
          An abstraction for lazy-initializing values.
 class NullProvider<T>
          Provider that provides nulls.
 class ValueProvider<T>
          Provider that always provides the specified value.
 



Copyright © 2006–2014 Apache Software Foundation. All rights reserved.