Uses of Interface
wicket.IPageFactory

Packages that use IPageFactory
wicket The core Wicket package. 
wicket.session   
wicket.settings   
 

Uses of IPageFactory in wicket
 

Methods in wicket that return IPageFactory
 IPageFactory Session.getPageFactory()
           
 IPageFactory Component.getPageFactory()
           
 IPageFactory Session.getPageFactory(Page page)
           
 

Uses of IPageFactory in wicket.session
 

Classes in wicket.session that implement IPageFactory
 class DefaultPageFactory
          A factory that constructs Pages.
 

Uses of IPageFactory in wicket.settings
 

Methods in wicket.settings that return IPageFactory
 IPageFactory Settings.getPageFactory()
           
 IPageFactory ISessionSettings.getPageFactory()
          Gets the factory to be used when creating pages
 

Methods in wicket.settings with parameters of type IPageFactory
 void Settings.setPageFactory(IPageFactory defaultPageFactory)
           
 void ISessionSettings.setPageFactory(IPageFactory pageFactory)
          Sets the factory to be used when creating pages.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.