Annotation 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 ElementsModifier and TypeOptional ElementDescriptionName of the request parameter whose value should be pulled to populate the field.
-
Element Details
-
parameterName
String parameterNameName 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:
""
-