본문으로 바로가기

RedirectAttributes, ModelMap 비교

category 백엔드/Spring 2018. 11. 26. 19:00

RedirectAttributes redirectAttributes : URL에 파라미터 노출됌, {param.RESULT} 로 받을 수 있음

URL 파라미터 노출 제거를 위해 addFlashAttribute() 사용하면 됌, 이 때는 {RESULT} 로 받을 수 있음


ModelMap model : URL에 파라미터 노출안됌, redirect 할때는 model은 프론트단에 전달되지 않는다