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

Packages that use IContextProvider
org.apache.wicket The core Wicket package. 
org.apache.wicket.protocol.http HTTP implementation. 
 

Uses of IContextProvider in org.apache.wicket
 

Subinterfaces of IContextProvider in org.apache.wicket
 interface IPageManagerProvider
           
 interface IPageRendererProvider
           
 interface IRequestCycleProvider
          Provides instances of RequestCycle objects
 

Classes in org.apache.wicket that implement IContextProvider
 class DefaultPageManagerProvider
          IPageManagerProvider implementation that creates new instance of IPageManager that persists the pages in DiskDataStore
 

Uses of IContextProvider in org.apache.wicket.protocol.http
 

Methods in org.apache.wicket.protocol.http that return IContextProvider
 IContextProvider<AjaxRequestTarget,Page> WebApplication.getAjaxRequestTargetProvider()
          Returns the provider for AjaxRequestTarget objects.
 

Methods in org.apache.wicket.protocol.http with parameters of type IContextProvider
 void WebApplication.setAjaxRequestTargetProvider(IContextProvider<AjaxRequestTarget,Page> ajaxRequestTargetProvider)
          Sets the provider for AjaxRequestTarget objects.
 



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