Uses of Interface
org.apache.wicket.IPageFactory
-
Packages that use IPageFactory Package Description 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 Modifier and Type Method Description IPageFactoryApplication. getPageFactory()ReturnsIPageFactoryfor this application.IPageFactorySession. getPageFactory()protected IPageFactoryApplication. newPageFactory()Override to create customIPageFactory -
Uses of IPageFactory in org.apache.wicket.session
Classes in org.apache.wicket.session that implement IPageFactory Modifier and Type Class Description classDefaultPageFactoryA factory that constructs Pages.
-