public class RestartResponseAtInterceptPageException extends 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,
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<StringValue>> |
getOriginalPostParameters() |
static Url |
getOriginalUrl() |
fillInStackTraceaddSuppressed, 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, PageParameters parameters)
interceptPageClass - parameters - public static Url getOriginalUrl()
null
or null if there was no interception yetpublic static Map<String,List<StringValue>> getOriginalPostParameters()
null if there was no interception yetCopyright © 2006–2014 Apache Software Foundation. All rights reserved.