Uses of Class
org.atmosphere.annotation.http.HttpMethod

Packages that use HttpMethod
org.atmosphere.annotation.http   
 

Uses of HttpMethod in org.atmosphere.annotation.http
 

Classes in org.atmosphere.annotation.http 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 HEAD
          Indicates that the annotated method responds to HTTP HEAD requests
 interface POST
          Indicates that the annotated method responds to HTTP POST requests
 interface PUT
          Indicates that the annotated method responds to HTTP PUT requests
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.