| Interface | Description |
|---|---|
| IManageablePage |
TODO javadoc
|
| IPageManager |
Page manager.
|
| IPageManagerContext |
Context object for
IPageManager. |
| Class | Description |
|---|---|
| AbstractPageManager |
Convenience class for
IPageManager implementations. |
| DefaultPageManagerContext |
Wicket's default page manager context
|
| PageAccessSynchronizer |
Synchronizes access to page instances from multiple threads
|
| PageAccessSynchronizer.PageLock |
Thread's lock on a page
|
| PageManagerDecorator |
Decorator for
IPageManager |
| PageStoreManager | |
| PartialPageUpdate |
A partial update of a page that collects components and header contributions to be written to the client in a specific
String-based format (XML, JSON, * ...).
|
| PartialPageUpdate.ResponseBuffer |
Wrapper of a response that buffers its contents.
|
| RequestAdapter |
Request scoped helper class for
IPageManager. |
| XmlPartialPageUpdate |
A
PartialPageUpdate that serializes itself to XML. |
| Exception | Description |
|---|---|
| CouldNotLockPageException |
An exception that is being thrown when a second thread attempts to get
the lock on a page instance that is currently locked by another thread and it cannot
do that for some specified
duration |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.