|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPageFactory
A factory class that creates Pages. A Page can be created by Class, with or without a PageParameters argument to pass to the Page's constructor.
IMPORTANT NOTE: Implementations must let subclasses of
AbstractRestartResponseException thrown from the constructing
page' constructor bubble up.
ISessionSettings.setPageFactory(IPageFactory),
Session.getPageFactory(),
Session.getPageFactory(Page)| Method Summary | |
|---|---|
Page |
newPage(java.lang.Class pageClass)
Creates a new page using a page class. |
Page |
newPage(java.lang.Class pageClass,
PageParameters parameters)
Creates a new Page, passing PageParameters to the Page constructor if such a constructor exists. |
| Method Detail |
|---|
Page newPage(java.lang.Class pageClass)
pageClass - The page class to instantiate
WicketRuntimeException - Thrown if the page cannot be constructed
Page newPage(java.lang.Class pageClass,
PageParameters parameters)
pageClass - The class of Page to createparameters - Any parameters to pass to the Page's constructor
WicketRuntimeException - Thrown if the page cannot be constructed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||