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

Packages that use IProvider
org.apache.wicket The core Wicket package. 
org.apache.wicket.request.mapper   
org.apache.wicket.util   
 

Uses of IProvider in org.apache.wicket
 

Methods in org.apache.wicket that return IProvider
 IProvider<IExceptionMapper> Application.getExceptionMapperProvider()
           
 IProvider<ISessionStore> Application.getSessionStoreProvider()
           
 

Methods in org.apache.wicket with parameters of type IProvider
 void Application.setSessionStoreProvider(IProvider<ISessionStore> sessionStoreProvider)
           
 

Uses of IProvider in org.apache.wicket.request.mapper
 

Constructors in org.apache.wicket.request.mapper with parameters of type IProvider
CryptoMapper(IRequestMapper wrappedMapper, IProvider<ICrypt> cryptProvider)
          Construct.
ParentPathReferenceRewriter(IRequestMapper chain, IProvider<String> escapeSequence)
          Construct.
ResourceReferenceMapper(IPageParametersEncoder pageParametersEncoder, IProvider<String> parentPathPartEscapeSequence, IProvider<IResourceCachingStrategy> cachingStrategy)
          Construct.
ResourceReferenceMapper(IPageParametersEncoder pageParametersEncoder, IProvider<String> parentPathPartEscapeSequence, IProvider<IResourceCachingStrategy> cachingStrategy)
          Construct.
 

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-2012 Apache Software Foundation. All Rights Reserved.