Annotation Interface FormParameter
Apply to Resource Method parameters to enable HTML form parameter injection.
Refer to documentation at https://www.soklet.com/docs/request-handling#form-parameters for details.
- Author:
- Mark Allen
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
-
optional
boolean optionalIs this HTML form parameter optional or required?- Returns:
true
if optional,false
if required
- Default:
false
-