| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.util.tester |
A package with utility classes to ease unit testing of Wicket applications without the need for
a servlet container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPageManagerProvider
IPageManagerProvider implementation that creates new instance of IPageManager
that persists the pages in DiskDataStore |
| Modifier and Type | Method and Description |
|---|---|
IPageManagerProvider |
Application.getPageManagerProvider() |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.setPageManagerProvider(IPageManagerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
protected IPageManagerProvider |
BaseWicketTester.newTestPageManagerProvider() |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.