spring (10) 썸네일형 리스트형 @ModelAttribute와 커맨드 객체(1) @ModelAttribute 어놑ㅌ테이션의 기능과 커맨드 객체의 기능에 대해서 알아보겠습니다. 추가적으로 @RequestParam 어노테이션과 HttpServletRequest에 대해서도 추가적으로 다뤄보겠습니다. 순서는 HttpServletRequest > @RequestParam > 커맨드 객체 > @ModelAttribute 순서로 이해해야 세가지 개념에 대해서 확실하게 이해하실 수 있습니다. Extends the ServletRequest interface to provide request information for HTTP servlets. The servlet container create an HttpServletRequest object and passes it as an argument.. web.xml - Element 자주 사용하는 Element 위주로 정리 Element web.xml의 Root-Element 기능을 담당한다. xmlns와 servlet의 버전을 설정 Element Servlet context의 parameter를 선언해주는 부분이다. 쉽게 생각하자면 web.xml의 전역 변수 같은 느낌이다. 참고로, 은 지역변수라고 생각하면 이해가 쉽다. param-name : context parameter의 이름 param-value : context parameter의 값 contextConfigLocation /WEB-INF/spring/root-context.xml Element Application LIstener Bean을 카리키기 위한 부분으로, 이 때 해당 Bean은 웹 어플리케이션에 등록 되어있어.. 이전 1 2 다음