| Class | Description |
|---|---|
| ConstraintViolationDetails<T> | |
| ConstraintViolationsResponse<T> |
Being a "business server", skysail has to deal with business requirements such as constraints (e.g.
|
| EntityDetailsResponse |
A last type of Response is the FormResponse: You'd get it in case of an HTML - Request whenever you want to add an
entity or to display an existing one which you'd want to change.
|
| FailureResponse<T> |
The (hopefully) typical kind of SkysailResponse you'd get: The data asked for, a informative description as the
message and the success flag being true.
|
| FormResponse<T> |
A last type of Response is the FormResponse: You'd get it in case of an HTML - Request whenever you want to add an
entity or to display an existing one which you'd want to change.
|
| SkysailResponse<T> |
A skysail server installation responds to (RESTful) Http-Requests by creating responses, which get converted
on-the-fly into the desired target format (like html, json, xml, csv, ...).
|
| SkysailResponseResolver | |
| SuccessResponse<T> |
The (hopefully) typical kind of SkysailResponse you'd get: The data asked for, a informative description as the
message and the success flag being true.
|
Copyright © 2011-2013. All Rights Reserved.