httpServletRequest. 설명이 정말 깔끔해서 맘에 든다.
The servlet container creates an HttpServletRequest object and passes it as an argument to the servlet's service methods (doGet, doPost, etc).
'spring' 카테고리의 다른 글
[스프링 시큐리티] 로그인과 로그아웃 처리(2) (0) | 2020.10.23 |
---|---|
[스프링 시큐리티] 로그인과 로그아웃 처리(1) (0) | 2020.10.23 |
Class DispatcherServlet (0) | 2020.10.23 |
Spring Web Security 설정 (0) | 2020.10.22 |
인증과 권한 부여 (0) | 2020.10.22 |