| Package | Description |
|---|---|
| de.twenty11.skysail.common.graphs | |
| de.twenty11.skysail.common.responses | |
| de.twenty11.skysail.common.selfdescription |
Package collecting the classes necessary to provide information about resources.
|
| de.twenty11.skysail.common.utils |
| Modifier and Type | Method and Description |
|---|---|
SkysailResponse<GraphDetails> |
RestfulGraph.getGraph() |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintViolationsResponse<T>
Being a "business server", skysail has to deal with business requirements such as constraints (e.g.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
| Modifier and Type | Method and Description |
|---|---|
SkysailResponse<List<ResourceDetails>> |
RestfulRoot.getMethods() |
| Constructor and Description |
|---|
MyLocalJacksonCustomConverter(org.codehaus.jackson.type.TypeReference<SkysailResponse<E>> typeReference) |
Copyright © 2011-2013. All Rights Reserved.