Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4. @ControllerAdvice 애노테이션

Classes annotated with @ControllerAdvice can contain @ExceptionHandler, @InitBinder, and @ModelAttribute methods and those will apply to @RequestMapping methods across controller hierarchies as opposed to the controller hierarchy within which they are declared.

@ControllerAdvice 애노테이션이 붙은 클래스는 @ExceptionHandler, @InitBinder, 그리고  @ModelAttribute 메서드를 포함할 수 있음. 

TBD..

@ControllerAdvice는 클래스패스 탐색(scanning)을 통해 자동으로 구현 클래스를 감지(detected)할 수 있는 컴포넌트 애노테이션임.

5. Matrix 변수 (Matrix URIs 참고)

...