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 NullProvider<T>
          Provider that provides nulls.
 class ValueProvider<T>
          Provider that always provides the specified value.
 



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