Package org.kohsuke.stapler
Class HttpRedirect
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kohsuke.stapler.HttpRedirect
- All Implemented Interfaces:
Serializable,HttpResponse
HttpResponse that dose HTTP 302 redirect.
Extends from RuntimeException so that you can throw it.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic HttpResponseRedirect to the context rootstatic final HttpRedirectRedirect to "." -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpResponsefromContextPath(String relative) Deprecated.voidgenerateResponse(StaplerRequest2 req, StaplerResponse2 rsp, Object node) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kohsuke.stapler.HttpResponse
generateResponse
-
Field Details
-
DOT
Redirect to "." -
CONTEXT_ROOT
Redirect to the context root
-
-
Constructor Details
-
HttpRedirect
-
HttpRedirect
-
-
Method Details
-
generateResponse
public void generateResponse(StaplerRequest2 req, StaplerResponse2 rsp, Object node) throws IOException, jakarta.servlet.ServletException - Specified by:
generateResponsein interfaceHttpResponsenode- The object whose "doXyz" method created this object.- Throws:
IOExceptionjakarta.servlet.ServletException
-
fromContextPath
Deprecated.- Parameters:
relative- The path relative to the context path. The context path + this value is sent to the user.
-
HttpResponses.redirectViaContextPath(String).