RedirectAttributes redirectAttributes : URL에 파라미터 노출됌, {param.RESULT} 로 받을 수 있음
URL 파라미터 노출 제거를 위해 addFlashAttribute() 사용하면 됌, 이 때는 {RESULT} 로 받을 수 있음
ModelMap model : URL에 파라미터 노출안됌, redirect 할때는 model은 프론트단에 전달되지 않는다
'백엔드 > Spring' 카테고리의 다른 글
스프링 쇼핑몰 참고 사이트 (0) | 2019.01.02 |
---|---|
@RequestParam, @ModelAttribute에 대해 (0) | 2018.12.04 |
패키지 구조 정의에 대해.... (0) | 2018.07.25 |
root-context.xml과 servlet-context.xml (0) | 2018.07.23 |
Spring component-scan 이란? (0) | 2018.05.20 |