728x90
${pageScope} page Scope에 접근하기 위한 객체
${reqeustScope} request Scope에 접근하기 위한 객체
${sessionScope} session Scope에 접근하기 위한 객체
${applicationScope} application Scope에 접근하기 위한 객체
${param} 파라미터 값을 가져오기 위한 객체
${header} 헤더 값을 가져오기 위한 객체
${cookie} 쿠키 값을 가져오기 위한 객체
${initParam} JSP 초기 파라미터를 가져오기 위한 객체
${pageContext} pageContext 객체에 접근하기 위한 객체
http://127.0.0.1:8080/jstl/ifTag.jsp?name=bk 와
${param.name}는
request.getParameter("name") 과 같다.
출처: https://hee-kkk.tistory.com/23 [조금씩, 꾸준하게]
728x90
'JSP' 카테고리의 다른 글
Excute/ ExcuteUpdate/ ExcuteQuery/resultset (0) | 2021.12.22 |
---|---|
[Java 궁금증] Class.forName()은 어떻게 동작할까? (0) | 2021.12.22 |
1.Dispatcher방식 2.Redirect 방식 차이 (0) | 2021.12.22 |
PreparedStatement와 Statement차이 (0) | 2021.12.22 |
JSTL (0) | 2021.12.21 |
댓글