Annotation Type RequestParam


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface RequestParam
    핸들러의 파라미터에 선언하여 쿼리스트링의 값을 매핑할 수 있게 한다.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String defaultValue  
      boolean value
      파라미터 이름
    • Element Detail

      • value

        boolean value
        파라미터 이름
        Returns:
        필수 파라미터 여부
        Default:
        true
      • defaultValue

        java.lang.String defaultValue
        Default:
        ""