Annotation Interface RequestParameter


@Target(FIELD) @Retention(RUNTIME) @Documented public @interface RequestParameter
Annotation for View fields to indicate the field can be set by a parameter of the initial request
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Name of the request parameter whose value should be pulled to populate the field.
  • Element Details

    • parameterName

      String parameterName
      Name of the request parameter whose value should be pulled to populate the field. If not set, any parameter that matches the name of the field will be used
      Returns:
      String request parameter name
      Default:
      ""