View Resolver란 무엇인가요, 왜 사용하나요? #115
Unanswered
Chocochip101
asked this question in
Spring
Replies: 1 comment
-
ViewResolver는 Spring Framework에서 사용되는 인터페이스로, 클라이언트 요청에 대한 응답으로 반환할 뷰(View)를 결정하는 역할을 합니다. ViewResolver는 컨트롤러가 반환한 논리적 뷰 이름을 실제 물리적 뷰로 매핑하고, 해당 뷰를 렌더링하기 위해 필요한 객체를 생성합니다. 왜 ViewResolver를 사용하는가?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.
Beta Was this translation helpful? Give feedback.
All reactions