| Package | Description |
|---|---|
| org.cruxframework.crux.core.shared.rest.annotation |
| Modifier and Type | Class and Description |
|---|---|
interface |
DELETE
Indicates that the annotated method responds to HTTP DELETE requests
|
interface |
GET
Indicates that the annotated method responds to HTTP GET requests
|
interface |
POST
Indicates that the annotated method responds to HTTP POST requests
POST operations are used to write data (insert or updates).
|
interface |
PUT
Indicates that the annotated method responds to HTTP PUT requests.
|
Copyright © 2016. All rights reserved.