Servlet与JSP九大内置对象的对应关系

 

JSP对象

Servlet中怎样获得

out

resp.getWriter

request

service方法中的req参数

response

service方法中的resp参数

session

req.getSession()函数

application

getServetContext()函数

exception

Throable

page

this

pageContext

PageContext

config

getServletConfig

posted @ 2016-06-21 22:01  月光诗人  阅读(3339)  评论(0编辑  收藏  举报