JSP九大内置对象与Servlet的对应关系
Posted chendechang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JSP九大内置对象与Servlet的对应关系相关的知识,希望对你有一定的参考价值。
JSP对象 | Servlet中怎样获得 |
request | service方法中的request参数 |
response | service方法中的response参数 |
session | request.getSession()函数 |
page | this |
config | getServletConfig |
application | getSerletContext()函数 |
pageContext | PageContest |
out | response.getWriter |
exception | Throable |
以上是关于JSP九大内置对象与Servlet的对应关系的主要内容,如果未能解决你的问题,请参考以下文章