static final class Result.StatusResult extends Result
| Constructor and description |
|---|
StatusResult(int statusCode) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected void |
send() |
|
StatusResult |
withBody(java.lang.String body, java.lang.String contentType)Set the response body |
| Methods inherited from class | Name |
|---|---|
class Result |
flashing, removingCookie, send, withCookie, withCookie, withCookie, withHeader, withStatus |
Set the response body
body - The response bodycontentType - The value for the Content-Type header