| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.core.request.handler | |
| org.apache.wicket.core.request.mapper |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMapperContext
Wicket's default implementation for the mapper context
|
| Modifier and Type | Method and Description |
|---|---|
protected IPageSource |
PageProvider.getPageSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageProvider.setPageSource(IPageSource pageSource)
If the
PageProvider is used outside request thread (thread that does not have
application instance assigned) it is necessary to specify a IPageSource instance so
that PageProvider knows how to get a page instance. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMapperContext
Utility interface for providing and creating new page instances.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.