com.alogient.cameleon.extension.wicket.wicket.request
Class CameleonRedirectRequestTarget
java.lang.Object
org.apache.wicket.request.target.basic.RedirectRequestTarget
com.alogient.cameleon.extension.wicket.wicket.request.CameleonRedirectRequestTarget
- All Implemented Interfaces:
- org.apache.wicket.IRequestTarget
public class CameleonRedirectRequestTarget
- extends org.apache.wicket.request.target.basic.RedirectRequestTarget
User: jmirc
Date: 30-Nov-2009
Time: 11:03:48 AM
|
Constructor Summary |
CameleonRedirectRequestTarget(String redirectUrl)
Your URL should be one of the following:
Fully qualified "http://foo.com/bar"
Relative to the Wicket filter/servlet, e.g. |
| Methods inherited from class org.apache.wicket.request.target.basic.RedirectRequestTarget |
detach |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CameleonRedirectRequestTarget
public CameleonRedirectRequestTarget(String redirectUrl)
- Your URL should be one of the following:
- Fully qualified "http://foo.com/bar"
- Relative to the Wicket filter/servlet, e.g. "?wicket:interface=foo", "mounted_page"
- Absolute within your web application's context root, e.g. "/foo.html"
- Parameters:
redirectUrl - URL to redirect to.
respond
public void respond(org.apache.wicket.RequestCycle requestCycle)
- Specified by:
respond in interface org.apache.wicket.IRequestTarget- Overrides:
respond in class org.apache.wicket.request.target.basic.RedirectRequestTarget
getRedirectUrl
public String getRedirectUrl()
- Returns:
- the redirect URL
Copyright © 2011 Alogient. All Rights Reserved.