| 程序包 | 说明 |
|---|---|
| net.hasor.web.annotation |
Restful 风格 MVC 开发提供支持。
|
| 限定符和类型 | 类和说明 |
|---|---|
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
|