Package org.apache.wicket.core.request.handler
-
Interface Summary Interface Description IComponentRequestHandler Request handler that works with a component.IPageAndComponentProvider Extension ofIPageProvider
that is also capable of providing a Component belonging to the page.IPageClassRequestHandler Request handler that works with page class.IPageProvider Represents object capable of providing a page instance.IPageRequestHandler Request handler that works with a page instance.IPartialPageRequestHandler Request handler that allows partial updates of the current page instance. -
Class Summary Class Description AbstractPartialPageRequestHandler AbstractIPartialPageRequestHandler
that implements common methods for Ajax and Web-sockets specializations ofIPartialPageRequestHandler
BookmarkableListenerRequestHandler Request handler for bookmarkable pages with anIRequestListener
.BookmarkablePageRequestHandler Request handler for bookmarkable pages.BufferedResponseRequestHandler Handler that renders aBufferedWebResponse
.ComponentRenderingRequestHandler Request handler that renders a componentEmptyAjaxRequestHandler The empty AJAX request target does output an empty AJAX response.ListenerRequestHandler Request handler that invokes anIRequestListener
on component or behavior and renders page afterwards.PageAndComponentProvider Extension ofPageProvider
that is also capable of providing a Component belonging to the page.PageProvider Provides page instance for request handlers.RenderPageRequestHandler IRequestHandler
that renders page instance.RequestSettingRequestHandler AIRequestHandler
that sets the currentRequest
before delegating the responding to a wrapped request handler. -
Enum Summary Enum Description RenderPageRequestHandler.RedirectPolicy Determines whether Wicket does a redirect when rendering a page -
Exception Summary Exception Description ComponentNotFoundException Exception thrown when component has not been found in hierarchy.ListenerInvocationNotAllowedException Thrown when a listener invocation is attempted on a component or behavior that does not allow it.