Servlet与JSP九大内置对象

来源:互联网 发布:玻璃厂加工中心编程 编辑:程序博客网 时间:2024/05/16 04:53

JSP对象                        怎样获得

out                             resp.getWriter

request                    service方法中的req参数

response                service方法中的resp参数

session                   req.getSession()函数

application              getServletContext()函数

exception                 Throwable

page                          this

pageContext            PageContext

Config                       getServletConfig函数

0 0
原创粉丝点击