jsp九大對象__js

來源:互聯網
上載者:User

             
 介面                      方法        
javax.servlet             
 Filter                     doFilter(re,rs,FilterChain chain)         
 FilterChain            
 RequestDispatcher forward() include()       
 Servlet                  init()  service() destroy()       
 ServletContext     (ServletContext)getContext() getInitParamter("paramName") getRealPath(/index.jsp)      
 ServletConfig       (ServletContext)getServletContext()         
 ServletRequest            
 ServletResponse            
javax.servlet.http             
 HttpServletRequest extends ServletRequest      getContextPath(),getServletPath(),getRequestDispatch(a.jsp).forword(re,rs),getSession() 
 HttpServletResponse extends ServletResponse    sendRedirect()       
 HttpSession            
 Cookie

javax.servlet.jsp        
 JspWrite         
 PageContext   getRequest() getResponse() getServletContext() getServletConfig() getSession()  

JSP九大對象        
 ServletConfig    config           config對象是在一個Servlet初始化時,JSP引擎向它傳遞資訊用的,此資訊包括 Servlet初始化時所要用到的參數(通過屬性名稱和屬性值構成)以及伺服器的有關資訊(通過傳遞一個ServletContext對象)   
 ServletContext  application   application對象實現了使用者間資料的共用,可存放全域變數.它開始於伺服器的 啟動,直到伺服器的關閉,與session對象相比,application對象是所有客戶共用

JspWrite           out                 jsp的輸出資料流   
 PageContext      pageContext  此象提供了對JSP頁面內所有的對象及名字空間的訪問,也就是說它可以訪問到本頁所在的SESSION,也可以取本頁面所在的application的某一屬性值   
 HttpSession      session         是用戶端與伺服器的一次會話,從客戶連到伺服器的一個WebApplication開始,直到客戶 端與伺服器中斷連線為止   
 HttpRequest      request        用戶端的請求被封裝在此對象中擷取表單提交參數,在請求結束後,變數失效   
 HttpResponse     response    響應用戶端的請求,伺服器傳給瀏覽器的文本資訊   
 Object                page     
 Exception

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.