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   
org.apache.wicket.settings.def   
 

Uses of IPageFactory in org.apache.wicket
 

Methods in org.apache.wicket that return IPageFactory
 IPageFactory Session.getPageFactory()
           
 IPageFactory Application.getPageFactory()
          Returns IPageFactory for this application.
protected  IPageFactory Application.newPageFactory()
          Override to create custom IPageFactory
 

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 ISessionSettings.getPageFactory()
          Gets the factory to be used when creating pages
 

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

Uses of IPageFactory in org.apache.wicket.settings.def
 

Methods in org.apache.wicket.settings.def that return IPageFactory
 IPageFactory SessionSettings.getPageFactory()
           
 

Methods in org.apache.wicket.settings.def with parameters of type IPageFactory
 void SessionSettings.setPageFactory(IPageFactory defaultPageFactory)
           
 



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