Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardToView
HttpResponse that forwards to a RequestDispatcher , such as a view. |
class |
HttpRedirect
HttpResponse that dose HTTP 302 redirect. |
static class |
HttpResponses.HttpResponseException |
Modifier and Type | Field and Description |
---|---|
static HttpResponse |
HttpRedirect.CONTEXT_ROOT
Redirect to the context root
|
Modifier and Type | Method and Description |
---|---|
static HttpResponse |
HttpRedirect.fromContextPath(java.lang.String relative)
Deprecated.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Bound
Handles to the object bound via
BoundObjectTable . |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
BoundObjectTable.Table.doEnableLogging() |
Copyright © 2013. All Rights Reserved.