jsp的9个对象

2017-10-05  本文已影响6人  SmallTwo

7.1. application : ServletContext
代表的是整个项目的配置相关

  1. pageContext: PageContext
    代表的是整个页面的信息 可以调用其他几个对象
  2. session : HttpSession
    回话 共享数据
  3. request: HttpServletRequest
    浏览器请求
  4. response: HttpServletResponse
  5. page: this
  6. out: Jspwriter
    8 exception: Throable
  7. config : ServletConfig
    web.xml
上一篇下一篇

猜你喜欢

热点阅读