Uses of Interface
org.kohsuke.stapler.HttpResponse
Packages that use 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
Classes in org.kohsuke.stapler that implement HttpResponseModifier and TypeClassDescriptionclassHttpResponsethat forwards to aRequestDispatcher, such as a view.final classHttpResponsethat dose HTTP 302 redirect.static classFields in org.kohsuke.stapler declared as HttpResponseModifier and TypeFieldDescriptionstatic HttpResponseHttpRedirect.CONTEXT_ROOTRedirect to the context rootMethods in org.kohsuke.stapler that return HttpResponseModifier and TypeMethodDescriptionCrumbIssuer.doCrumb()Sends the crumb value in plain text, enabling retrieval through XmlHttpRequest.static HttpResponseHttpRedirect.fromContextPath(String relative) Deprecated.static HttpResponseDeprecated.Adds a platform-specific newline; preferHttpResponses.literalHtml(java.lang.String).static HttpResponseHttpResponses.literalHtml(String text) Serves an HTML response.static HttpResponseDeprecated.Adds a platform-specific newline; preferHttpResponses.text(java.lang.String).static HttpResponseHttpResponses.redirectToDot()Redirect to "."static HttpResponseHttpResponses.staticResource(URL resource) Serves a static resource specified by the URL.static HttpResponseHttpResponses.staticResource(URL resource, long expiration) Serves a static resource specified by the URL.static HttpResponseServes a plain text response.Methods in org.kohsuke.stapler with parameters of type HttpResponseModifier and TypeMethodDescriptionHttpResponses.wrap(HttpResponse delegate) A runtime exception which honors a defined response. -
Uses of HttpResponse in org.kohsuke.stapler.bind
Classes in org.kohsuke.stapler.bind that implement HttpResponse -
Uses of HttpResponse in org.kohsuke.stapler.json
Classes in org.kohsuke.stapler.json that implement HttpResponse
HttpResponses.redirectViaContextPath(String).