Spring

[RedirectAttributes] 원리

regularity 2022. 4. 16. 17:54

RedirectAttributes 란?

 

▶  기존 -> controller 에서 view로 데이터를 전달해야 할 경우 -> Model로 사용

▶redirect 가 있을경우 Model 을 사용 할 수 없음

▶ 이럴 경우 Model의 기능을 해주는 녀석이 -> RediretAttributes

 

Controller 

 

 

 view