Annotation Type RequestParameter

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      The name of the query parameter to extract from the request.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean allowBlank
      If false (the default), then an exception is thrown when the query parameter is read, if it is blank (null or an empty string).
    • Element Detail

      • value

        String value
        The name of the query parameter to extract from the request.
      • allowBlank

        boolean allowBlank
        If false (the default), then an exception is thrown when the query parameter is read, if it is blank (null or an empty string). If true, then blank values are allowed and will be passed through the appropriate ValueEncoder implementation.
        Default:
        false