| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.mock | |
| org.apache.wicket.page |
| Modifier and Type | Method and Description |
|---|---|
IPageManager |
DefaultPageManagerProvider.get(IPageManagerContext pageManagerContext) |
IPageManager |
Session.getPageManager()
Returns the
IPageManager instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
MockPageManager
Simple
IPageManager used for testing. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPageManager
Convenience class for
IPageManager implementations. |
class |
PageManagerDecorator
Decorator for
IPageManager |
class |
PageStoreManager |
| Modifier and Type | Method and Description |
|---|---|
IPageManager |
PageAccessSynchronizer.adapt(IPageManager pagemanager)
Wraps a page manager with this synchronizer
|
| Modifier and Type | Method and Description |
|---|---|
IPageManager |
PageAccessSynchronizer.adapt(IPageManager pagemanager)
Wraps a page manager with this synchronizer
|
| Constructor and Description |
|---|
PageManagerDecorator(IPageManager delegate)
Constructor
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.