List of usage examples for org.apache.wicket.request.flow RedirectToUrlException subclass-usage
From source file com.pushinginertia.wicket.core.request.flow.RedirectToPageException.java
/** * Redirects the user to a given page and its parameters, but with the host name overridden. */ public class RedirectToPageException extends RedirectToUrlException { private static final long serialVersionUID = 1L;