Annotation Interface的使用
cn.taketoday.web.annotation.RequestParam

使用RequestParam的程序包
程序包
说明
 
  • cn.taketoday.web.annotationRequestParam的使用

    注释类型为RequestParamcn.taketoday.web.annotation中的类
    修饰符和类型
    说明
    @interface 
    Annotation which indicates that a method parameter should be bound to an HTTP cookie.
    @interface 
    Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
    @interface 
    This annotation may be used to annotate method parameters on request mappings where a URI-template has been used in the path-mapping of the RequestMapping annotation.
    @interface 
    Annotation to bind a method parameter to a request attribute.
    @interface 
    Annotation indicating a method parameter should be bound to the body of the web request.
    @interface 
    Annotation which indicates that a method parameter should be bound to a web request header.
    @interface 
    Annotation that can be used to associate the part of a "multipart/form-data" request with a method argument.
    @interface 
     
    @interface 
    Annotation to bind a method parameter to a session attribute.