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>
          Deprecated. Use org.apache.wicket.util.reference.ClassReference instead
 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-2013 Apache Software Foundation. All Rights Reserved.