[Thymeleaf] 기본 객체들


[Thymeleaf] 기본 객체들

인프런 김영한님의 Spring강의에서 공부한것을 올리며, Thymeleaf의 경우 unit 단위로 공부후 각각 정리하는 글을 작성하겠습니다. 기본 객체들 타임리프는 기본 객체들을 제공한다. #ctx: the context object. #vars: the context variables. #locale: the context locale. #request: (only in Web Contexts) the HttpServletRequest object. #response: (only in Web Contexts) the HttpServletResponse object. #session: (only in Web Contexts) the HttpSession object. #servletContext: (only in Web Contexts) the ServletContext object. 위 기본 객체들을 다음과 같이 사용할 수 있다. 그런데 #request는 HttpServletRequest 객체가 그..........



원문링크 : [Thymeleaf] 기본 객체들