Package | Description |
---|---|
org.kohsuke.stapler |
Stapler URL->Object mapping framework.
|
Modifier and Type | Method and Description |
---|---|
static HttpResponses.HttpResponseException |
HttpResponses.error(int code,
java.lang.String errorMessage) |
static HttpResponses.HttpResponseException |
HttpResponses.error(int code,
java.lang.Throwable cause) |
static HttpResponses.HttpResponseException |
HttpResponses.forbidden() |
static HttpResponses.HttpResponseException |
HttpResponses.forwardToPreviousPage()
Redirects the user back to where he came from.
|
static HttpResponses.HttpResponseException |
HttpResponses.notFound() |
static HttpResponses.HttpResponseException |
HttpResponses.ok() |
static HttpResponses.HttpResponseException |
HttpResponses.redirectToContextRoot()
Redirect to the context root
|
static HttpResponses.HttpResponseException |
HttpResponses.redirectViaContextPath(java.lang.String relative) |
static HttpResponses.HttpResponseException |
HttpResponses.status(int code) |
Copyright © 2013. All Rights Reserved.