|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpResponse | |
---|---|
org.kohsuke.stapler | Stapler URL->Object mapping framework. |
org.kohsuke.stapler.bind | 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 HttpResponse | |
---|---|
class |
ForwardToView
HttpResponse that forwards to a RequestDispatcher , such as a view. |
class |
HttpRedirect
HttpResponse that dose HTTP 302 redirect. |
static class |
HttpResponses.HttpResponseException
|
Fields in org.kohsuke.stapler declared as HttpResponse | |
---|---|
static HttpResponse |
HttpRedirect.CONTEXT_ROOT
Redirect to the context root |
Methods in org.kohsuke.stapler that return HttpResponse | |
---|---|
static HttpResponse |
HttpRedirect.fromContextPath(java.lang.String relative)
Deprecated. Use HttpResponses.redirectViaContextPath(String) . |
static HttpResponse |
HttpResponses.html(java.lang.String literalHtml)
Serves the literal HTML. |
static HttpResponse |
HttpResponses.plainText(java.lang.String plainText)
Serves the plain text. |
static HttpResponse |
HttpResponses.redirectToDot()
Redirect to "." |
static HttpResponse |
HttpResponses.staticResource(java.net.URL resource)
Serves a static resource specified by the URL. |
static HttpResponse |
HttpResponses.staticResource(java.net.URL resource,
long expiration)
Serves a static resource specified by the URL. |
Uses of HttpResponse in org.kohsuke.stapler.bind |
---|
Classes in org.kohsuke.stapler.bind that implement HttpResponse | |
---|---|
class |
Bound
Handles to the object bound via BoundObjectTable . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |