亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? index-all.html

?? javaservlet 2.4 spec api describe javaservlet 2.4 spec api describe
?? HTML
?? 第 1 頁 / 共 5 頁
字號:
 on the wrapped request object.<DT><A HREF="javax/servlet/ServletRequest.html#getCharacterEncoding()"><B>getCharacterEncoding()</B></A> - Method in interface javax.servlet.<A HREF="javax/servlet/ServletRequest.html">ServletRequest</A><DD>Returns the name of the character encoding used in the body of this request.<DT><A HREF="javax/servlet/ServletResponseWrapper.html#getCharacterEncoding()"><B>getCharacterEncoding()</B></A> - Method in class javax.servlet.<A HREF="javax/servlet/ServletResponseWrapper.html">ServletResponseWrapper</A><DD>The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.<DT><A HREF="javax/servlet/http/Cookie.html#getComment()"><B>getComment()</B></A> - Method in class javax.servlet.http.<A HREF="javax/servlet/http/Cookie.html">Cookie</A><DD>Returns the comment describing the purpose of this cookie, or <code>null</code> if the cookie has no comment.<DT><A HREF="javax/servlet/ServletRequestWrapper.html#getContentLength()"><B>getContentLength()</B></A> - Method in class javax.servlet.<A HREF="javax/servlet/ServletRequestWrapper.html">ServletRequestWrapper</A><DD>The default behavior of this method is to return getContentLength() on the wrapped request object.<DT><A HREF="javax/servlet/ServletRequest.html#getContentLength()"><B>getContentLength()</B></A> - Method in interface javax.servlet.<A HREF="javax/servlet/ServletRequest.html">ServletRequest</A><DD>Returns the length, in bytes, of the request body  and made available by the input stream, or -1 if the length is not known.<DT><A HREF="javax/servlet/ServletResponse.html#getContentType()"><B>getContentType()</B></A> - Method in interface javax.servlet.<A HREF="javax/servlet/ServletResponse.html">ServletResponse</A><DD>Returns the content type used for the MIME body sent in this response.<DT><A HREF="javax/servlet/ServletRequestWrapper.html#getContentType()"><B>getContentType()</B></A> - Method in class javax.servlet.<A HREF="javax/servlet/ServletRequestWrapper.html">ServletRequestWrapper</A><DD>The default behavior of this method is to return getContentType() on the wrapped request object.<DT><A HREF="javax/servlet/ServletRequest.html#getContentType()"><B>getContentType()</B></A> - Method in interface javax.servlet.<A HREF="javax/servlet/ServletRequest.html">ServletRequest</A><DD>Returns the MIME type of the body of the request, or  <code>null</code> if the type is not known.<DT><A HREF="javax/servlet/ServletResponseWrapper.html#getContentType()"><B>getContentType()</B></A> - Method in class javax.servlet.<A HREF="javax/servlet/ServletResponseWrapper.html">ServletResponseWrapper</A><DD>The default behavior of this method is to return getContentType() on the wrapped response object.<DT><A HREF="javax/servlet/ServletContext.html#getContext(java.lang.String)"><B>getContext(String)</B></A> - Method in interface javax.servlet.<A HREF="javax/servlet/ServletContext.html">ServletContext</A><DD>Returns a <code>ServletContext</code> object that  corresponds to a specified URL on the server.<DT><A HREF="javax/servlet/http/HttpServletRequest.html#getContextPath()"><B>getContextPath()</B></A> - Method in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequest.html">HttpServletRequest</A><DD>Returns the portion of the request URI that indicates the context of the request.<DT><A HREF="javax/servlet/http/HttpServletRequestWrapper.html#getContextPath()"><B>getContextPath()</B></A> - Method in class javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequestWrapper.html">HttpServletRequestWrapper</A><DD>The default behavior of this method is to return getContextPath() on the wrapped request object.<DT><A HREF="javax/servlet/http/HttpServletRequest.html#getCookies()"><B>getCookies()</B></A> - Method in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequest.html">HttpServletRequest</A><DD>Returns an array containing all of the <code>Cookie</code> objects the client sent with this request.<DT><A HREF="javax/servlet/http/HttpServletRequestWrapper.html#getCookies()"><B>getCookies()</B></A> - Method in class javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequestWrapper.html">HttpServletRequestWrapper</A><DD>The default behavior of this method is to return getCookies() on the wrapped request object.<DT><A HREF="javax/servlet/http/HttpSession.html#getCreationTime()"><B>getCreationTime()</B></A> - Method in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpSession.html">HttpSession</A><DD>Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.<DT><A HREF="javax/servlet/http/HttpServletRequest.html#getDateHeader(java.lang.String)"><B>getDateHeader(String)</B></A> - Method in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequest.html">HttpServletRequest</A><DD>Returns the value of the specified request header as a <code>long</code> value that represents a  <code>Date</code> object.<DT><A HREF="javax/servlet/http/HttpServletRequestWrapper.html#getDateHeader(java.lang.String)"><B>getDateHeader(String)</B></A> - Method in class javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequestWrapper.html">HttpServletRequestWrapper</A><DD>The default behavior of this method is to return getDateHeader(String name) on the wrapped request object.<DT><A HREF="javax/servlet/http/Cookie.html#getDomain()"><B>getDomain()</B></A> - Method in class javax.servlet.http.<A HREF="javax/servlet/http/Cookie.html">Cookie</A><DD>Returns the domain name set for this cookie.<DT><A HREF="javax/servlet/FilterConfig.html#getFilterName()"><B>getFilterName()</B></A> - Method in interface javax.servlet.<A HREF="javax/servlet/FilterConfig.html">FilterConfig</A><DD>Returns the filter-name of this filter as defined in the deployment descriptor.<DT><A HREF="javax/servlet/http/HttpServletRequest.html#getHeader(java.lang.String)"><B>getHeader(String)</B></A> - Method in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequest.html">HttpServletRequest</A><DD>Returns the value of the specified request header as a <code>String</code>.<DT><A HREF="javax/servlet/http/HttpServletRequestWrapper.html#getHeader(java.lang.String)"><B>getHeader(String)</B></A> - Method in class javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequestWrapper.html">HttpServletRequestWrapper</A><DD>The default behavior of this method is to return getHeader(String name) on the wrapped request object.<DT><A HREF="javax/servlet/http/HttpServletRequest.html#getHeaderNames()"><B>getHeaderNames()</B></A> - Method in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequest.html">HttpServletRequest</A><DD>Returns an enumeration of all the header names this request contains.<DT><A HREF="javax/servlet/http/HttpServletRequestWrapper.html#getHeaderNames()"><B>getHeaderNames()</B></A> - Method in class javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequestWrapper.html">HttpServletRequestWrapper</A><DD>The default behavior of this method is to return getHeaderNames() on the wrapped request object.<DT><A HREF="javax/servlet/http/HttpServletRequest.html#getHeaders(java.lang.String)"><B>getHeaders(String)</B></A> - Method in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequest.html">HttpServletRequest</A><DD>Returns all the values of the specified request header as an <code>Enumeration</code> of <code>String</code> objects.<DT><A HREF="javax/servlet/http/HttpServletRequestWrapper.html#getHeaders(java.lang.String)"><B>getHeaders(String)</B></A> - Method in class javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequestWrapper.html">HttpServletRequestWrapper</A><DD>The default behavior of this method is to return getHeaders(String name) on the wrapped request object.<DT><A HREF="javax/servlet/http/HttpSession.html#getId()"><B>getId()</B></A> - Method in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpSession.html">HttpSession</A><DD>Returns a string containing the unique identifier assigned  to this session.<DT><A HREF="javax/servlet/http/HttpSessionContext.html#getIds()"><B>getIds()</B></A> - Method in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpSessionContext.html">HttpSessionContext</A><DD><B>Deprecated.</B>&nbsp;<I>As of Java Servlet API 2.1 with			no replacement. This method must return 			an empty <code>Enumeration</code> and will be removed			in a future version of this API.</I><DT><A HREF="javax/servlet/FilterConfig.html#getInitParameter(java.lang.String)"><B>getInitParameter(String)</B></A> - Method in interface javax.servlet.<A HREF="javax/servlet/FilterConfig.html">FilterConfig</A><DD>Returns a <code>String</code> containing the value of the  named initialization parameter, or <code>null</code> if  the parameter does not exist.<DT><A HREF="javax/servlet/ServletConfig.html#getInitParameter(java.lang.String)"><B>getInitParameter(String)</B></A> - Method in interface javax.servlet.<A HREF="javax/servlet/ServletConfig.html">ServletConfig</A><DD>Returns a <code>String</code> containing the value of the  named initialization parameter, or <code>null</code> if  the parameter does not exist.<DT><A HREF="javax/servlet/ServletContext.html#getInitParameter(java.lang.String)"><B>getInitParameter(String)</B></A> - Method in interface javax.servlet.<A HREF="javax/servlet/ServletContext.html">ServletContext</A><DD>Returns a <code>String</code> containing the value of the named context-wide initialization parameter, or <code>null</code> if the  parameter does not exist.<DT><A HREF="javax/servlet/GenericServlet.html#getInitParameter(java.lang.String)"><B>getInitParameter(String)</B></A> - Method in class javax.servlet.<A HREF="javax/servlet/GenericServlet.html">GenericServlet</A><DD>Returns a <code>String</code> containing the value of the named initialization parameter, or <code>null</code> if the parameter does not exist.<DT><A HREF="javax/servlet/FilterConfig.html#getInitParameterNames()"><B>getInitParameterNames()</B></A> - Method in interface javax.servlet.<A HREF="javax/servlet/FilterConfig.html">FilterConfig</A><DD>Returns the names of the filter's initialization parameters as an <code>Enumeration</code> of <code>String</code> objects,  or an empty <code>Enumeration</code> if the filter has no initialization parameters.<DT><A HREF="javax/servlet/ServletConfig.html#getInitParameterNames()"><B>getInitParameterNames()</B></A> - Method in interface javax.servlet.<A HREF="javax/servlet/ServletConfig.html">ServletConfig</A><DD>Returns the names of the servlet's initialization parameters as an <code>Enumeration</code> of <code>String</code> objects,  or an empty <code>Enumeration</code> if the servlet has no initialization parameters.<DT><A HREF="javax/servlet/ServletContext.html#getInitParameterNames()"><B>getInitParameterNames()</B></A> - Method in interface javax.servlet.<A HREF="javax/servlet/ServletContext.html">ServletContext</A><DD>Returns the names of the context's initialization parameters as an <code>Enumeration</code> of <code>String</code> objects, or an empty <code>Enumeration</code> if the context has no initialization parameters.<DT><A HREF="javax/servlet/GenericServlet.html#getInitParameterNames()"><B>getInitParameterNames()</B></A> - Method in class javax.servlet.<A HREF="javax/servlet/GenericServlet.html">GenericServlet</A><DD>Returns the names of the servlet's initialization parameters  as an <code>Enumeration</code> of <code>String</code> objects, or an empty <code>Enumeration</code> if the servlet has no initialization parameters.<DT><A HREF="javax/servlet/ServletRequestWrapper.html#getInputStream()"><B>getInputStream()</B></A> - Method in class javax.servlet.<A HREF="javax/servlet/ServletRequestWrapper.html">ServletRequestWrapper</A><DD>The default behavior of this method is to return getInputStream() on the wrapped request object.<DT><A HREF="javax/servlet/ServletRequest.html#getInputStream()"><B>getInputStream()</B></A> - Method in interface javax.servlet.<A HREF="javax/servlet/ServletRequest.html">ServletRequest</A><DD>Retrieves the body of the request as binary data using a <A HREF="javax/servlet/ServletInputStream.html"><CODE>ServletInputStream</CODE></A>.<DT><A HREF="javax/servlet/http/HttpServletRequest.html#getIntHeader(java.lang.String)"><B>getIntHeader(String)</B></A> - Method in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequest.html">HttpServletRequest</A><DD>Returns the value of the specified request header

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩一级高清毛片| 一区二区三区在线视频观看58 | 国产日韩欧美一区二区三区乱码 | 久久69国产一区二区蜜臀| 成人毛片视频在线观看| 91精品国产91久久综合桃花| 日韩码欧中文字| 国产在线精品视频| 欧美日韩黄色一区二区| 国产精品久久久久久久浪潮网站 | 国产91精品入口| 欧美精选一区二区| 有码一区二区三区| 91色九色蝌蚪| 欧美高清一级片在线观看| 久久精品国产一区二区| 欧美日韩一区二区不卡| 亚洲激情网站免费观看| 成人激情小说网站| 欧美激情一区二区三区不卡 | 亚洲一区二区精品久久av| 成人美女在线观看| 中文文精品字幕一区二区| 国产资源在线一区| 欧美tickling网站挠脚心| 日韩福利视频网| 91精品久久久久久蜜臀| 日日夜夜免费精品| 欧美一区二区三区性视频| 青青草伊人久久| 91精品免费在线观看| 免费国产亚洲视频| 精品国精品自拍自在线| 国内成人精品2018免费看| 精品国产伦一区二区三区免费| 日韩二区三区四区| 欧美成人性战久久| 国产精品综合在线视频| 久久久久久久久久久久久久久99 | 午夜精彩视频在线观看不卡| 欧美主播一区二区三区美女| 亚洲一区精品在线| 欧美日韩精品欧美日韩精品| 蜜桃在线一区二区三区| 日韩免费看的电影| 国产成人综合亚洲91猫咪| 国产精品久久久爽爽爽麻豆色哟哟| 东方aⅴ免费观看久久av| 亚洲欧美二区三区| 欧美日产在线观看| 美日韩一区二区三区| 久久精品一区二区三区不卡| 波多野结衣一区二区三区| 亚洲精品videosex极品| 日韩天堂在线观看| 成人午夜视频福利| 午夜在线成人av| 亚洲精品一线二线三线无人区| 国产成人无遮挡在线视频| 一级做a爱片久久| 制服丝袜中文字幕亚洲| 国产福利一区二区| 亚洲二区在线观看| 亚洲精品在线免费播放| 91麻豆swag| 免费日本视频一区| 综合激情网...| 日韩精品一区在线| 91蝌蚪porny| 日韩电影在线一区二区| 中文字幕视频一区| 精品少妇一区二区三区在线视频 | 亚洲免费看黄网站| 日韩欧美一二三区| 色婷婷久久99综合精品jk白丝| 美女一区二区三区| 亚洲精品乱码久久久久久久久 | 欧美日韩三级在线| 高清国产一区二区| 蜜桃视频第一区免费观看| 国产精品久久午夜| 日韩三级免费观看| 91成人免费在线| 丰满少妇在线播放bd日韩电影| 图片区小说区区亚洲影院| 国产精品伦一区二区三级视频| 日韩欧美一区二区不卡| 91精彩视频在线| 成人网页在线观看| 国产在线精品国自产拍免费| 日韩国产精品大片| 一区二区高清免费观看影视大全| 国产精品热久久久久夜色精品三区 | 欧美一区二区在线播放| av日韩在线网站| 国产在线一区观看| 日韩国产欧美在线观看| 亚洲精品国产一区二区精华液| 日本一区二区三区电影| 日韩精品一区国产麻豆| 欧美人成免费网站| 色噜噜狠狠一区二区三区果冻| 成人高清在线视频| 国产伦精品一区二区三区免费迷| 日产欧产美韩系列久久99| 亚洲成人自拍一区| 一区二区三区欧美视频| 亚洲天堂成人在线观看| 国产精品国产精品国产专区不片| 久久只精品国产| 久久综合色婷婷| 久久天堂av综合合色蜜桃网| 亚洲精品一区二区在线观看| 精品播放一区二区| 日韩欧美一二区| 欧美xxx久久| 久久先锋影音av鲁色资源| 久久日韩精品一区二区五区| 精品福利视频一区二区三区| 精品国产乱码久久久久久闺蜜 | 青青草伊人久久| 男人的天堂亚洲一区| 蜜桃久久久久久| 精彩视频一区二区三区| 国产精品一区二区三区乱码| 国产精品一区2区| 成人h版在线观看| 色综合色狠狠天天综合色| 91成人在线观看喷潮| 欧美精品自拍偷拍| 欧美大片一区二区三区| 久久久久9999亚洲精品| 国产精品你懂的| 亚洲美女视频在线观看| 亚洲高清视频的网址| 免费不卡在线观看| 国产精品69久久久久水密桃| 99在线精品观看| 精品视频在线视频| 欧美不卡一区二区| 中文字幕av在线一区二区三区| 亚洲你懂的在线视频| 日韩在线一二三区| 国产福利一区二区三区在线视频| 色悠悠久久综合| 91超碰这里只有精品国产| 久久久久久久久一| 亚洲国产日日夜夜| 国产一区二区导航在线播放| 99re这里只有精品首页| 5566中文字幕一区二区电影| 国产日韩欧美一区二区三区乱码 | 日本精品视频一区二区三区| 91麻豆精品国产自产在线观看一区| 亚洲精品在线免费播放| 亚洲精品国产一区二区三区四区在线| 男女男精品视频网| 99久久精品国产一区| 欧美一区欧美二区| 亚洲情趣在线观看| 国产美女视频一区| 欧美日韩www| 国产精品五月天| 麻豆成人91精品二区三区| av成人老司机| 2020国产成人综合网| 亚洲国产另类av| 成人av影院在线| 欧美成人一区二区三区片免费 | 欧美日韩精品欧美日韩精品| 国产欧美日韩综合精品一区二区| 亚洲福利视频一区二区| 91色.com| 久久亚洲综合色| 麻豆视频一区二区| 91国产免费看| 国产精品美女久久久久久| 久久精品噜噜噜成人av农村| 欧美日韩高清在线播放| 亚洲免费观看在线观看| 国产成a人亚洲精品| 精品欧美久久久| 日韩avvvv在线播放| 欧美色网一区二区| 亚洲免费在线播放| 91在线观看高清| 欧美激情一区不卡| 国产露脸91国语对白| 日韩精品专区在线| 日韩在线观看一区二区| 欧美精品视频www在线观看 | 日本欧美一区二区三区| 欧美在线999| 一区二区三区中文在线观看| 91在线看国产| 国产精品久久久久精k8| 成人av网址在线| 国产精品欧美综合在线| 国产成人免费高清| 国产精品萝li|