Uses of Class
org.cruxframework.crux.core.shared.rest.annotation.HttpMethod

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.
 



Copyright © 2014. All rights reserved.