|
||||||||||
| 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
org.apache.wicket.AbortException
org.apache.wicket.AbstractRestartResponseException
org.apache.wicket.RedirectToUrlException
public class RedirectToUrlException
Causes wicket to interrupt current request processing and send a redirect to the given url.
Use this if you want to redirect to an external or none wicket url. If you want to redirect to a
page use the RestartResponseException
RestartResponseException,
RestartResponseAtInterceptPageException,
Serialized Form| Constructor Summary | |
|---|---|
RedirectToUrlException(java.lang.String url)
Your URL should be one of the following: Fully qualified "http://foo.com/bar" Relative to the Wicket filter/servlet, e.g. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.wicket.AbortException |
|---|
fillInStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
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 RedirectToUrlException(java.lang.String url)
url - URL to redirect to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||