JSP 九大内置对象
九大内置对象
| 内置对象 | Servlet对应类 |
|---|---|
| request | HttpServletRequest |
| response | HttpServletResponse |
| session | HttpSession |
| application | ServletContext |
| out | JspWriter |
| pageContext | PageContext |
| config | ServletConfig |
| page | JspPage |
| exception | JspException |
| 内置对象 | Servlet对应类 |
|---|---|
| request | HttpServletRequest |
| response | HttpServletResponse |
| session | HttpSession |
| application | ServletContext |
| out | JspWriter |
| pageContext | PageContext |
| config | ServletConfig |
| page | JspPage |
| exception | JspException |