"스프링 @ModelAttribute"의 두 판 사이의 차이

잔글 (Jmnote님이 @ModelAttribute 문서를 스프링 @ModelAttribute 문서로 이동했습니다)
13번째 줄: 13번째 줄:
* http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/bind/annotation/ModelAttribute.html
* http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/bind/annotation/ModelAttribute.html


[[분류: Java]]
[[분류: 자바 애노테이션]]

2017년 3월 15일 (수) 11:01 판

1 개요

@ModelAttribute
  • 자바 애너테이션의 하나
  • 메소드 파라미터, 반환값을 모델 애트리뷰트에 바인드하는 애너테이션
  • 이것이 붙은 메소드는 @RequestMapping이 붙은 메소드보다 먼저 실행됨

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}