JSP: 서블릿?
Servlet LifeCycle


Param
자동으로 채워짐 (getter만 있고 setter는 없다.)
- ServletContext : web.xml 中
<context-param></context-param>=> Annotation 으로 대체 불가 - HttpServlet : web.xml 中
<servlet></servlet>안의<init-param>=> Annotation 으로 대체 가능 (추세) - HttpServletRequest : queryString
댓글남기기