标签:
|
JSP对象 |
Servlet中怎样获得 |
|
out |
resp.getWriter |
|
request |
service方法中的req参数 |
|
response |
service方法中的resp参数 |
|
session |
req.getSession()函数 |
|
application |
getServetContext()函数 |
|
exception |
Throable |
|
page |
this |
|
pageContext |
PageContext |
|
config |
getServletConfig |
标签:
原文地址:http://www.cnblogs.com/moonlightpoet/p/5605169.html