Uses of Interface
org.kohsuke.stapler.HttpResponse
Package
Description
Stapler
URL
→ Object
mapping framework.Subsystem for exposing arbitrary objects on per-session basis to the URL space.
-
Uses of HttpResponse in org.kohsuke.stapler
Modifier and TypeClassDescriptionclass
HttpResponse
that forwards to aRequestDispatcher
, such as a view.final class
HttpResponse
that dose HTTP 302 redirect.static class
Modifier and TypeFieldDescriptionstatic HttpResponse
HttpRedirect.CONTEXT_ROOT
Redirect to the context rootModifier and TypeMethodDescriptionCrumbIssuer.doCrumb()
Sends the crumb value in plain text, enabling retrieval through XmlHttpRequest.static HttpResponse
HttpRedirect.fromContextPath
(String relative) Deprecated.static HttpResponse
Deprecated.Adds a platform-specific newline; preferHttpResponses.literalHtml(java.lang.String)
.static HttpResponse
HttpResponses.literalHtml
(String text) Serves an HTML response.static HttpResponse
Deprecated.Adds a platform-specific newline; preferHttpResponses.text(java.lang.String)
.static HttpResponse
HttpResponses.redirectToDot()
Redirect to "."static HttpResponse
HttpResponses.staticResource
(URL resource) Serves a static resource specified by the URL.static HttpResponse
HttpResponses.staticResource
(URL resource, long expiration) Serves a static resource specified by the URL.static HttpResponse
Serves a plain text response.Modifier and TypeMethodDescriptionHttpResponses.wrap
(HttpResponse delegate) A runtime exception which honors a defined response. -
Uses of HttpResponse in org.kohsuke.stapler.bind
-
Uses of HttpResponse in org.kohsuke.stapler.json
HttpResponses.redirectViaContextPath(String)
.