Class RedirectRequestHandler

java.lang.Object
org.apache.wicket.request.http.handler.RedirectRequestHandler
All Implemented Interfaces:
IRequestHandler

public class RedirectRequestHandler extends Object implements IRequestHandler
A request handler that redirects to the given url. the url should be one of the following:
  • Fully qualified "http://foo.com/bar"
  • Relative to the Wicket filter/servlet, e.g. "?wicket:interface=foo", "mounted_page"
  • Absolute within your web application's context root, e.g. "/foo.html"
Author:
igor.vaynberg, jcompagner