Uses of Interface
org.apache.wicket.IPageFactory

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

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.
 



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