|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpMethod | |
|---|---|
| org.cruxframework.crux.core.shared.rest.annotation | |
| Uses of HttpMethod in org.cruxframework.crux.core.shared.rest.annotation |
|---|
| Classes in org.cruxframework.crux.core.shared.rest.annotation with annotations of type HttpMethod | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||