AbstractResponse<T extends AbstractResponse<T>> |
|
EmptyView |
This view does nothing during the call to render().
|
InputStreamView |
An instance of this class obtains the servlet's OutputStream, and copies
the contents of the supplied InputStream to that stream.
|
JSON |
|
JSP |
An instance of this class is not thread-safe, and should not be cached and/or
re-used.
|
PlainText |
|
Redirect |
Sends a redirect to the given path, through the servlet response.
|
Response |
|
Response.Accepted |
|
Response.BadGateway |
|
Response.BadRequest |
|
Response.Conflict |
|
Response.Created |
|
Response.ExpectationFailed |
|
Response.Forbidden |
|
Response.Found |
|
Response.GatewayTimeout |
|
Response.Gone |
|
Response.HTTPVersionNotSupported |
|
Response.InternalServerError |
|
Response.LengthRequired |
|
Response.MethodNotAllowed |
|
Response.MovedPermanently |
|
Response.NoContent |
|
Response.NotAcceptable |
|
Response.NotFound |
|
Response.NotImplemented |
|
Response.NotModified |
|
Response.OK |
|
Response.PartialContent |
|
Response.PaymentRequired |
|
Response.PreconditionFailed |
|
Response.ProxyAuthenticationRequired |
|
Response.RequestedRangeNotSatisfiable |
|
Response.RequestEntityTooLarge |
|
Response.RequestTimeout |
|
Response.RequestURITooLong |
|
Response.ResetContent |
|
Response.SeeOther |
|
Response.ServiceUnavailable |
|
Response.TemporaryRedirect |
|
Response.Unauthorized |
|
Response.UnsupportedMediaType |
|
Response.UseProxy |
|
StreamView |
An instance of this class obtains the servlet's OutputStream, and writes the
payload to that stream.
|
XML |
|