|
||||||||||
| 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.RestartResponseException
public class RestartResponseException
Causes wicket to interrupt current request processing and immediately respond with the specified page.
| Constructor Summary | |
|---|---|
RestartResponseException(java.lang.Class pageClass)
Redirects to the specified bookmarkable page |
|
RestartResponseException(java.lang.Class pageClass,
PageParameters params)
Redirects to the specified bookmarkable page with the given page parameters |
|
RestartResponseException(Page page)
Redirects to the specified 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 RestartResponseException(java.lang.Class pageClass)
pageClass - class of bookmarkable page
public RestartResponseException(java.lang.Class pageClass,
PageParameters params)
pageClass - class of bookmarkable pageparams - bookmarkable page parameterspublic RestartResponseException(Page page)
page - redirect page
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||