JSP的九大内置对象
JSP有9个内置对象。这些对象由Web容器为每个JSP页面创建。
内置对象包括out,request,config,session,application等。
下面列出了9个内置对象:
对象 | 类型 |
---|---|
out | JspWriter |
request | HttpServletRequest |
response | HttpServletResponse |
config | ServletConfig |
application | ServletContext |
session | HttpSession |
pageContext | PageContext |
page | Object |
exception | Throwable |
热门文章
优秀文章