| Package | Description |
|---|---|
| org.apache.wicket.ajax | |
| org.apache.wicket.core.request.handler |
| 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 |
IPageRequestHandler
Request handler that works with a page instance.
|
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 |
BookmarkablePageRequestHandler
Request handler for bookmarkable pages.
|
class |
ListenerInterfaceRequestHandler
Request handler that invokes the listener interface on component and renders page afterwards.
|
class |
RenderPageRequestHandler
IRequestHandler that renders page instance. |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.