org.apache.wicket.request.flow
Class RedirectToUrlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.wicket.request.RequestHandlerStack.ReplaceHandlerException
org.apache.wicket.request.flow.RedirectToUrlException
- All Implemented Interfaces:
- Serializable
public class RedirectToUrlException
- extends RequestHandlerStack.ReplaceHandlerException
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
- See Also:
RestartResponseException
,
RestartResponseAtInterceptPageException
,
Serialized Form
RedirectToUrlException
public RedirectToUrlException(String redirectUrl)
- Construct.
- Parameters:
redirectUrl
- URL to redirect to.
RedirectToUrlException
public RedirectToUrlException(String redirectUrl,
int statusCode)
- Construct.
- Parameters:
redirectUrl
- URL to redirect to.statusCode
- 301 (Moved permanently) or 302 (Moved temporarily)
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.