博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Java-API-Package:org.springframework.web.bind.annotation
阅读量:4519 次
发布时间:2019-06-08

本文共 3089 字,大约阅读时间需要 10 分钟。

ylbtech-Java-API-Package:org.springframework.web.bind.annotation

 

1.
1、

 

Package org.springframework.web.bind.annotation

Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.

See: 

  • Interface Summary
    Interface Description
    Common value constants shared between bind annotations.
  • Enum Summary
    Enum Description
    Java 5 enumeration of HTTP request methods.
  • Annotation Types Summary
    Annotation Type Description
    Specialization of   for classes that declare  ,  , or   methods to be shared across multiple 
    @Controller classes.
    Annotation which indicates that a method parameter should be bound to an HTTP cookie.
    Annotation for permitting cross-origin requests on specific handler classes and/or handler methods.
    Annotation for mapping HTTP 
    DELETE requests onto specific handler methods.
    Annotation for handling exceptions in specific handler classes and/or handler methods.
    Annotation for mapping HTTP 
    GET requests onto specific handler methods.
    Annotation that identifies methods which initialize the   which will be used for populating command and form object arguments of annotated handler methods.
    Meta annotation that indicates a web mapping annotation.
    Annotation which indicates that a method parameter should be bound to a name-value pair within a path segment.
    Annotation that binds a method parameter or method return value to a named model attribute, exposed to a web view.
    Annotation for mapping HTTP 
    PATCH requests onto specific handler methods.
    Annotation which indicates that a method parameter should be bound to a URI template variable.
    Annotation for mapping HTTP 
    POST requests onto specific handler methods.
    Annotation for mapping HTTP 
    PUT requests onto specific handler methods.
    Annotation to bind a method parameter to a request attribute.
    Annotation indicating a method parameter should be bound to the body of the web request.
    Annotation which indicates that a method parameter should be bound to a web request header.
    Annotation for mapping web requests onto methods in request-handling classes with flexible method signatures.
    Annotation which indicates that a method parameter should be bound to a web request parameter.
    Annotation that can be used to associate the part of a "multipart/form-data" request with a method argument.
    Annotation that indicates a method return value should be bound to the web response body.
    Marks a method or exception class with the status   and   that should be returned.
    A convenience annotation that is itself annotated with  and .
    A convenience annotation that is itself annotated with   and  .
    Annotation to bind a method parameter to a session attribute.
    Annotation that indicates the session attributes that a specific handler uses.

Package org.springframework.web.bind.annotation Description

Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.
2、
2. 
 
3.
 
4.
 
5.
0、
1、
 
6.
 
warn 作者:
出处:
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。

转载于:https://www.cnblogs.com/storebook/p/10577895.html

你可能感兴趣的文章
word2vec----CBOW
查看>>
衰减学习率真的有用吗?
查看>>
ORACLE 建库过程总结
查看>>
Ogre1.8.1 Basic Tutorial 6 - The Ogre Startup Sequence
查看>>
构建ASP.NET MVC4+EF5+EasyUI+Unity2.x注入的后台管理系统(36)-文章发布系统③-kindeditor使用...
查看>>
c# Winform 开发分屏显示应用程序
查看>>
canvas刮奖
查看>>
qt下拖放(一)
查看>>
Linux后台运行python程序并输出到日志文件
查看>>
HTML的语义化和一些简单优化
查看>>
jQuery基础教程
查看>>
Spring 在xml文件中配置Bean
查看>>
poj1611(简答并查集)
查看>>
基于scap的服务器安全基线核查设计与实现
查看>>
NFS 安装与配置
查看>>
javascript 模拟滚动 隐藏滚动条
查看>>
深度探索C++对象模型读书笔记(2)
查看>>
Linux下不停止服务,清空nohup.out文件
查看>>
C++11 Intro - Thread Id
查看>>
帝国CMS操作类型一览表
查看>>