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() |
fillInStackTrace, getRemoveScheduled, getReplacementRequestHandler, isRemoveAll
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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–2022 Apache Software Foundation. All rights reserved.