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