美文网首页
jsp的9个对象

jsp的9个对象

作者: SmallTwo | 来源:发表于2017-10-05 16:51 被阅读6次

    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

    相关文章

      网友评论

          本文标题:jsp的9个对象

          本文链接:https://www.haomeiwen.com/subject/nckkyxtx.html