grails.web
Annotation Type RequestParameter


@Retention(value=SOURCE)
@Target(value=PARAMETER)
public @interface RequestParameter


Required Element Summary
 java.lang.String value
          The name of the request parameter to bind to.
 

Element Detail

value

public abstract java.lang.String value
The name of the request parameter to bind to.