?? index-all.html
字號:
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> <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 + -