| Package | Description |
|---|---|
| org.apache.wicket.ajax | |
| org.apache.wicket.core.request.handler | |
| org.apache.wicket.core.request.mapper | |
| org.apache.wicket.request.cycle |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AjaxRequestTarget |
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxRequestHandler
A request target that produces ajax response envelopes used on the client side to update
component markup as well as evaluate arbitrary javascript.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPartialPageRequestHandler
Request handler that allows partial updates of the current page instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BookmarkableListenerInterfaceRequestHandler
Request handler for bookmarkable pages with listener interface.
|
class |
ListenerInterfaceRequestHandler
Request handler that invokes the listener interface on component and renders page afterwards.
|
class |
RenderPageRequestHandler
IRequestHandler that renders page instance. |
| Modifier and Type | Method and Description |
|---|---|
protected PageInfo |
AbstractBookmarkableMapper.getPageInfo(IPageRequestHandler handler) |
| Modifier and Type | Field and Description |
|---|---|
static MetaDataKey<IPageRequestHandler> |
PageRequestHandlerTracker.FIRST_HANDLER_KEY
The key for the first handler
|
static MetaDataKey<IPageRequestHandler> |
PageRequestHandlerTracker.LAST_HANDLER_KEY
The key for the last handler
|
| Modifier and Type | Method and Description |
|---|---|
static IPageRequestHandler |
PageRequestHandlerTracker.getFirstHandler(RequestCycle cycle)
retrieves first handler from the request cycle
|
static IPageRequestHandler |
PageRequestHandlerTracker.getLastHandler(RequestCycle cycle)
retrieves last handler from requestcycle
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.