J2EE社區

          茍有恒,何必三更起五更眠;
          最無益,只怕一日曝十日寒.
          posts - 241, comments - 318, trackbacks - 0, articles - 16

          JSP的內置(隱含)對象及EL表達式的內置(隱含)對象

          Posted on 2010-07-24 12:40 xcp 閱讀(2354) 評論(0)  編輯  收藏 所屬分類: JAVA
                     JSP中的內置對象一共有九個, 由于有的不太常用, 所以總是記不住, 從Sun公司的網站上找到的PDF文檔, 把這一部分放在這里, 以備隨時查用: 
             
            
                  
          Implicit Objects for Scriptlets
          (JSP Scriplets中的隱含對象)
          Type
          (對應類型)
          Scope
          (范圍)
           Some Useful Methods (see class or interface for others)
          (常用的方法)
          1 request Subclass of javax.servlet.ServletRequest Request getAttribute, getParameter, getParameterNames, getParameterValues, setAttribute
          2 response Subclass of javax.servlet.ServletResponse Page Not typically used by JSP page authors
          3 pageContext javax.servlet.jsp.PageContext Page findAttribute, getAttribute, getAttributesScope, getAttributeNamesInScope, setAttribute
          4 session javax.servlet.http.HttpSession Session getAttribute, getId, setAttribute
          5 application javax.servlet.ServletContext Application getAttribute, getMimeType, getRealPath, setAttribute
          6 out javax.servlet.jsp.JspWriter Page clear, clearBuffer, flush, getBufferSize, getRemaining
          7 config javax.servlet.ServletConfig Page getInitParameter, getInitParameterNames
          8 page java.lang.Object Page Not typically used by JSP page authors
          9 exception java.lang.Throwable Page getMessage, getLocalizedMessage, printStackTrace, toString
             
              
          JSP十一個用于EL表達式的隱含(內置)對象:
          Implicit Objects for EL
          Expressions
          用于EL表達式的隱含對象
          Type
          類型
          Description
          具體說明
          pageContext javax.servlet.jsp.PageContext The context for the JSP page. Provides access to various objects, including servletContext, session, request, and response.
          pageScope java.util.Map Maps page-scoped variable names to their values.
          requestScope java.util.Map Maps request-scoped variable names to their values.
          sessionScope java.util.Map Maps session-scoped variable names to their values.
          applicationScope java.util.Map Maps application-scoped variable names to their values.
          param java.util.Map Maps a request parameter to a single String parameter value (obtained by calling ServletReqwuest.getParameter(String name)).
          paramValues java.util.Map Maps a request parameter name to an array of String values for that parameter name (obtained by calling ServletRequest.getParameterValues(String name)).
          header java.util.Map Maps a request header name to a single String header value (obtained by calling ServletRequest.getHeader(String name)).
          headerValues java.util.Map Maps a request header name to an array of String values for that header (obtained by calling ServletRequest.getHeaders(String)).
          coookie java.util.Map Maps a cookie name to a single Cookie object. Cookies are retrieved according to the semantics of HttpServletRequest.getCookies(). If the same name is shared by multiple cookies, an implementation must use the first one encountered in the array of Cookie objects returned by the getCookies() method. However, the ordering of cookies is currently unsspecified in the Servlet specification.
          initParam java.util.Map Maps a context initialization parameter name to a String parameter value (obtained by calling ServletContext.getInitparameter(String name)).



          名稱: ?4C.ESL | .↗Evon
          口號: 遇到新問題?先要尋找一個方案乄而不是創造一個方案こ
          mail: 聯系我


          主站蜘蛛池模板: 彭州市| 瓦房店市| 奉节县| 思南县| 景泰县| 耿马| 黑河市| 临湘市| 黑水县| 曲周县| 北票市| 新巴尔虎左旗| 三穗县| 铜川市| 台北市| 葵青区| 绥德县| 永善县| 吉首市| 招远市| 冷水江市| 灌云县| 阿克陶县| 洞口县| 阜新市| 金平| 年辖:市辖区| 濮阳市| 凤城市| 天等县| 九龙城区| 乡城县| 双城市| 龙口市| 平武县| 昌都县| 榆林市| 吉木萨尔县| 和林格尔县| 泰宁县| 德兴市|