Example usage for org.apache.wicket.request.flow RedirectToUrlException subclass-usage

List of usage examples for org.apache.wicket.request.flow RedirectToUrlException subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.request.flow RedirectToUrlException subclass-usage.

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;