Annotation Interface RequestParam
Annotation which indicates that a method parameter should be bound to a web request parameter.
this Annotation provides NamedValueInfo
this Annotation is not like Framework's RequestParam
- 作者:
- TODAY
- 另请参阅:
-
可选元素概要
可选元素
-
元素详细资料
-
value
Alias forname().- 默认值:
- ""
-
name
The name of the request parameter to bind to.- 从以下版本开始:
- 4.0
- 默认值:
- ""
-
required
boolean requiredWhether the parameter is required.Defaults to
false, leading to an exception being thrown if the parameter is missing in the request. Switch this tofalseif you prefer anullvalue if the parameter is not present in the request.Alternatively, provide a
defaultValue(), which implicitly sets this flag tofalse. If required == true when request parameter is null, will be throws exception- 默认值:
- true
-
defaultValue
String defaultValueThe default value to use as a fallback when the request parameter is not provided or has an empty value.Supplying a default value implicitly sets
required()tofalse.- 默认值:
- "\n\t\t\n\t\t\n\ue000\ue001\ue002\n\t\t\t\t\n"
-