public class RestartResponseAtInterceptPageException
extends org.apache.wicket.request.flow.ResetResponseException
| Constructor and Description |
|---|
RestartResponseAtInterceptPageException(Class<? extends Page> interceptPageClass)
Redirects to the specified intercept page, this will result in a bookmarkable redirect.
|
RestartResponseAtInterceptPageException(Class<? extends Page> interceptPageClass,
org.apache.wicket.request.mapper.parameter.PageParameters parameters)
Redirects to the specified intercept page, this will result in a bookmarkable redirect.
|
RestartResponseAtInterceptPageException(Page interceptPage)
Redirects to the specified
interceptPage. |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<org.apache.wicket.util.string.StringValue>> |
getOriginalPostParameters() |
static org.apache.wicket.request.Url |
getOriginalUrl() |
fillInStackTrace, getRemoveScheduled, getReplacementRequestHandler, isRemoveAlladdSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestartResponseAtInterceptPageException(Page interceptPage)
interceptPage.interceptPage - public RestartResponseAtInterceptPageException(Class<? extends Page> interceptPageClass)
interceptPageClass - public RestartResponseAtInterceptPageException(Class<? extends Page> interceptPageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters)
interceptPageClass - parameters - Copyright © 2006–2018 Apache Software Foundation. All rights reserved.