|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
wicket.AbortException
wicket.AbstractRestartResponseException
wicket.RestartResponseAtInterceptPageException
public class RestartResponseAtInterceptPageException
Causes Wicket to interrupt current request processing and immediately redirect to an intercept page.
Similar to calling redirectToInteceptPage(Page) with the difference that this exception will interrupt processing of the current request.
PageMap.redirectToInterceptPage(Page),
Component.redirectToInterceptPage(Page),
Serialized Form| Constructor Summary | |
|---|---|
RestartResponseAtInterceptPageException(java.lang.Class interceptPageClass)
Redirects to the specified intercept page, this will result in a bookmarkable redirect. |
|
RestartResponseAtInterceptPageException(Page interceptPage)
Redirects to the specified intercept page. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RestartResponseAtInterceptPageException(Page interceptPage)
interceptPage - redirect pagepublic RestartResponseAtInterceptPageException(java.lang.Class interceptPageClass)
interceptPageClass - Class of intercept page to instantiate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||