Class RequestSettingRequestHandler

java.lang.Object
org.apache.wicket.core.request.handler.RequestSettingRequestHandler
All Implemented Interfaces:
IRequestHandler, IRequestHandlerDelegate

A IRequestHandler that sets the current Request before delegating the responding to a wrapped request handler. This is useful when the request received from the browser is not the same request used to respond, like when the request mapper clones the request with a new URL.
Author:
Jesse Long