'Spring MVC 구성 주요 컴포넌트'에 해당되는 글 1건

  1. 2012.06.26 Spring MVC 구성 주요 컴포넌트

Spring MVC 구성 주요 컴포넌트

1. DispatcherServlet
 - Front Controller
2. Controller
 - 클라이언트 요청 처리를 수행하는 Controller
3. HandlerMapping
 - 클라이언트의 요청을 처리할 Controller를 찾는 작업처리
 4. View
 - 응답하는 로직을 처리
 5. ViewReslover
 - 응답할 View를 찾는 작업을 처리
 6. ModelAndView
 - 응답할 View와 View에게 전달할 값을 저장하는 용도의 객체

'프로그래밍 > Spring MVC' 카테고리의 다른 글

Controller 작성(AbstractController, MultiActionController)  (0) 2012.06.26
HandlerMapping  (0) 2012.06.26
DispatcherServlet 설정과 ApplicationContext  (0) 2012.06.26
Spring MVC 흐름  (0) 2012.06.26
MVC패턴이란?  (0) 2012.06.26
Posted by 조은성
,