Annotation Interface RequestVariable
Annotation which indicates that a method parameter should
be bound to a query string variable.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe name of the query string variable to bind to the method parameter.- Returns:
- The name of the query string variable to bind to the method parameter.
-
-
-
fallback
String fallbackThe fallback value to use when the request variable is not provided.- Returns:
- The fallback value to use when the request variable is not provided
- Default:
- "\u0000\u0000"
-