| Package | Description |
|---|---|
| org.osgl.mvc | |
| org.osgl.mvc.result |
| Class and Description |
|---|
| ErrorResult
Base class for Error results, i.e result with status code between 400 and 600 (excluded)
|
| Result |
| Class and Description |
|---|
| Accepted |
| BadRequest
Indicate a client error
|
| Conflict
Indicate a 404 Not found response
|
| Created |
| ErrorResult
Base class for Error results, i.e result with status code between 400 and 600 (excluded)
|
| Forbidden
HTTP 403 Forbidden
|
| MethodNotAllowed
Indicate a 405 Method not allowed response
|
| NoContent
Render NO_CONTENT response
|
| NoResult
Deprecated.
|
| NotAcceptable
Indicate a 406 Not Acceptable
|
| NotFound
Indicate a 404 Not found response
|
| NotImplemented
Indicate a 501 Not implemented response
|
| NotModified |
| Ok |
| Redirect |
| RenderContent |
| RenderHtml |
| RenderJSON |
| RenderText
Render a text message
|
| RenderXML |
| Result |
| Result.Payload |
| ServerError
Indicate an internal server error and set 500 status on response
|
| Unauthorized
HTTP 401 Unauthorized,
Note digest type is not supported yet
|
Copyright © 2017. All Rights Reserved.