类 net.hasor.web.restful.HttpMethod
的使用

使用 HttpMethod 的软件包
net.hasor.web.restful   
 

net.hasor.web.restfulHttpMethod 的使用
 

注释类型为 HttpMethodnet.hasor.web.restful 中的类
 interface Any
          Indicates that the annotated method responds to HTTP OPTIONS 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 Options
          Indicates that the annotated method responds to HTTP OPTIONS 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 © 2013. All Rights Reserved.