Java org.apache.wicket RestartResponseAtInterceptPageException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket RestartResponseAtInterceptPageException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket RestartResponseAtInterceptPageException.

The text is from its open source code.

Constructor

RestartResponseAtInterceptPageException(Page interceptPage)
Redirects to the specified interceptPage .
RestartResponseAtInterceptPageException(Class interceptPageClass)
Redirects to the specified intercept page, this will result in a bookmarkable redirect.
RestartResponseAtInterceptPageException(Class interceptPageClass, PageParameters parameters)
Redirects to the specified intercept page, this will result in a bookmarkable redirect.