|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ISessionSettings.getPageFactory()
Gets the factory to be used when creating pages |
IPageFactory |
Settings.getPageFactory()
|
| 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. |
void |
Settings.setPageFactory(IPageFactory defaultPageFactory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||