| JSP對象 |
Servlet中怎樣獲得 |
| out |
resp.getWriter |
| request |
service方法中的req參數 |
| response |
service方法中的resp參數 |
| session |
req.getSession()函數 |
| application |
getServetContext()函數 |
| exception |
Throable |
| page |
this |
| pageContext |
PageContext |
| config |
getServletConfig |
