Annotation Type HttpFormParam
- 
@Target(PARAMETER) @Retention(RUNTIME) public @interface HttpFormParamUse this annotation to bind specific java parameters to HTTP form parameters coming from the request. These will only be processed if the method has an ApiAction annotation. 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe name of the HTTP parameter to bind to. 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanoptionalWhether the parameter should be considered optional. 
 -