Uses of Interface
org.apache.wicket.IPageFactory

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

Uses of IPageFactory in org.apache.wicket
 

Methods in org.apache.wicket that return IPageFactory
 IPageFactory Session.getPageFactory()
           
 

Uses of IPageFactory in org.apache.wicket.session
 

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

Uses of IPageFactory in org.apache.wicket.settings
 

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

Methods in org.apache.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-2011 Apache Software Foundation. All Rights Reserved.