org.kohsuke.stapler
Class HttpRedirect
java.lang.Object
org.kohsuke.stapler.HttpRedirect
- All Implemented Interfaces:
- HttpResponse
public final class HttpRedirect
- extends java.lang.Object
- implements HttpResponse
HttpResponse
that dose HTTP 302 redirect.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOT
public static HttpRedirect DOT
- Redirect to "."
CONTEXT_ROOT
public static HttpResponse CONTEXT_ROOT
- Redirect to the context root
HttpRedirect
public HttpRedirect(java.lang.String url)
generateResponse
public void generateResponse(StaplerRequest req,
StaplerResponse rsp,
java.lang.Object node)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
generateResponse
in interface HttpResponse
node
- The object whose "doXyz" method created this object.
- Throws:
java.io.IOException
javax.servlet.ServletException
fromContextPath
public static HttpResponse fromContextPath(java.lang.String relative)
- Deprecated. Use
HttpResponses.redirectViaContextPath(String)
.
- Parameters:
relative
- The path relative to the context path. The context path + this value
is sent to the user.
Copyright © 2010. All Rights Reserved.