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

Packages that use IProvider
org.apache.wicket The core Wicket package. 
org.apache.wicket.page   
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<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.page
 

Constructors in org.apache.wicket.page with parameters of type IProvider
PageAccessSynchronizer(IProvider<Duration> timeout)
          Constructor
 

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)
           
ParentPathReferenceRewriter(IRequestMapper chain, IProvider<java.lang.String> escapeSequence)
          Construct.
ResourceReferenceMapper(IPageParametersEncoder pageParametersEncoder, IProvider<java.lang.String> parentPathPartEscapeSequence)
          Construct.
 

Uses of IProvider in org.apache.wicket.util
 

Classes in org.apache.wicket.util that implement IProvider
 class NullProvider<T>
          Provider that provides nulls.
 class ValueProvider<T>
          Provider that always provides the specified value.
 



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