헤르메스 LIFE

[JSTL] pageContext.request 본문

JSP&JavaScript&HTML

[JSTL] pageContext.request

헤르메스의날개 2010. 8. 11. 16:14
728x90
Download : http://jakarta.apache.org/site/downloads/downloads_taglibs.html

URL

결과 : http://localhost:8080/myspring/index.jsp

결과 : /myspring/index.jsp
서버명

결과 : localhost
포트번호

결과 : 8080
Context Path

결과 : /myspring
Parameter


셈플..
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>

</html>
  <head>
    <title>Page Data Example</title>
  </head>

  </body>
    

 

HTTP Request(pageContext.request.)
Access Method 
Authentication Type 
Context Path 
Path Information 
Path Translated 
Query String 
Request URI 
HTTP Session(pageContext.session.)
Creation Time 
Session ID 
Last Accessed Time 
Max Inactive Interval  seconds
You have been on-line for  seconds
</body> </html>
728x90