📄 servletrequestwrapper.html
字号:
of the server</DL></DD></DL><HR><A NAME="getServerPort()"><!-- --></A><H3>getServerPort</H3><PRE>public int <B>getServerPort</B>()</PRE><DL><DD>The default behavior of this method is to return getServerPort() on the wrapped request object.<DD><DL><DT><B>Specified by: </B><DD><A HREF="../../javax/servlet/ServletRequest.html#getServerPort()">getServerPort</A> in interface <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></DL></DD><DD><B>Tags copied from interface: <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></B></DD><DD><DL><DT><B>Returns:</B><DD>an integer specifying the port number</DL></DD></DL><HR><A NAME="getReader()"><!-- --></A><H3>getReader</H3><PRE>public java.io.BufferedReader <B>getReader</B>() throws java.io.IOException</PRE><DL><DD>The default behavior of this method is to return getReader() on the wrapped request object.<DD><DL><DT><B>Specified by: </B><DD><A HREF="../../javax/servlet/ServletRequest.html#getReader()">getReader</A> in interface <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></DL></DD><DD><B>Tags copied from interface: <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></B></DD><DD><DL><DT><B>Returns:</B><DD>a <code>BufferedReader</code> containing the body of the request<DT><B>Throws:</B><DD>java.io.UnsupportedEncodingException - if the character set encoding used is not supported and the text cannot be decoded<DD>IllegalStateException - if <A HREF="../../javax/servlet/ServletRequest.html#getInputStream()"><CODE>ServletRequest.getInputStream()</CODE></A> method has been called on this request<DD>java.io.IOException - if an input or output exception occurred<DT><B>See Also: </B><DD><A HREF="../../javax/servlet/ServletRequest.html#getInputStream()"><CODE>ServletRequest.getInputStream()</CODE></A></DL></DD></DL><HR><A NAME="getRemoteAddr()"><!-- --></A><H3>getRemoteAddr</H3><PRE>public java.lang.String <B>getRemoteAddr</B>()</PRE><DL><DD>The default behavior of this method is to return getRemoteAddr() on the wrapped request object.<DD><DL><DT><B>Specified by: </B><DD><A HREF="../../javax/servlet/ServletRequest.html#getRemoteAddr()">getRemoteAddr</A> in interface <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></DL></DD><DD><B>Tags copied from interface: <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></B></DD><DD><DL><DT><B>Returns:</B><DD>a <code>String</code> containing the IP address of the client that sent the request</DL></DD></DL><HR><A NAME="getRemoteHost()"><!-- --></A><H3>getRemoteHost</H3><PRE>public java.lang.String <B>getRemoteHost</B>()</PRE><DL><DD>The default behavior of this method is to return getRemoteHost() on the wrapped request object.<DD><DL><DT><B>Specified by: </B><DD><A HREF="../../javax/servlet/ServletRequest.html#getRemoteHost()">getRemoteHost</A> in interface <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></DL></DD><DD><B>Tags copied from interface: <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></B></DD><DD><DL><DT><B>Returns:</B><DD>a <code>String</code> containing the fully qualified name of the client</DL></DD></DL><HR><A NAME="getRemotePort()"><!-- --></A><H3>getRemotePort</H3><PRE>public int <B>getRemotePort</B>()</PRE><DL><DD>The default behavior of this method is to return getRemotePort() on the wrapped request object.<DD><DL><DT><B>Specified by: </B><DD><A HREF="../../javax/servlet/ServletRequest.html#getRemotePort()">getRemotePort</A> in interface <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></DL></DD><DD><DL><DT><B>Since: </B><DD>2.4</DD></DL></DD></DL><HR><A NAME="setAttribute(java.lang.String, java.lang.Object)"><!-- --></A><H3>setAttribute</H3><PRE>public void <B>setAttribute</B>(java.lang.String name, java.lang.Object o)</PRE><DL><DD>The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.<DD><DL><DT><B>Specified by: </B><DD><A HREF="../../javax/servlet/ServletRequest.html#setAttribute(java.lang.String, java.lang.Object)">setAttribute</A> in interface <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></DL></DD><DD><B>Tags copied from interface: <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></B></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - a <code>String</code> specifying the name of the attribute<DD><CODE>o</CODE> - the <code>Object</code> to be stored</DL></DD></DL><HR><A NAME="removeAttribute(java.lang.String)"><!-- --></A><H3>removeAttribute</H3><PRE>public void <B>removeAttribute</B>(java.lang.String name)</PRE><DL><DD>The default behavior of this method is to call removeAttribute(String name) on the wrapped request object.<DD><DL><DT><B>Specified by: </B><DD><A HREF="../../javax/servlet/ServletRequest.html#removeAttribute(java.lang.String)">removeAttribute</A> in interface <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></DL></DD><DD><B>Tags copied from interface: <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></B></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - a <code>String</code> specifying the name of the attribute to remove</DL></DD></DL><HR><A NAME="getLocale()"><!-- --></A><H3>getLocale</H3><PRE>public java.util.Locale <B>getLocale</B>()</PRE><DL><DD>The default behavior of this method is to return getLocale() on the wrapped request object.<DD><DL><DT><B>Specified by: </B><DD><A HREF="../../javax/servlet/ServletRequest.html#getLocale()">getLocale</A> in interface <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></DL></DD><DD><B>Tags copied from interface: <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></B></DD><DD><DL><DT><B>Returns:</B><DD>the preferred <code>Locale</code> for the client</DL></DD></DL><HR><A NAME="getLocales()"><!-- --></A><H3>getLocales</H3><PRE>public java.util.Enumeration <B>getLocales</B>()</PRE><DL><DD>The default behavior of this method is to return getLocales() on the wrapped request object.<DD><DL><DT><B>Specified by: </B><DD><A HREF="../../javax/servlet/ServletRequest.html#getLocales()">getLocales</A> in interface <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></DL></DD><DD><B>Tags copied from interface: <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></B></DD><DD><DL><DT><B>Returns:</B><DD>an <code>Enumeration</code> of preferred <code>Locale</code> objects for the client</DL></DD></DL><HR><A NAME="isSecure()"><!-- --></A><H3>isSecure</H3><PRE>public boolean <B>isSecure</B>()</PRE><DL><DD>The default behavior of this method is to return isSecure() on the wrapped request object.<DD><DL><DT><B>Specified by: </B><DD><A HREF="../../javax/servlet/ServletRequest.html#isSecure()">isSecure</A> in interface <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></DL></DD><DD><B>Tags copied from interface: <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></B></DD><DD><DL><DT><B>Returns:</B><DD>a boolean indicating if the request was made using a secure channel</DL></DD></DL><HR><A NAME="getRequestDispatcher(java.lang.String)"><!-- --></A><H3>getRequestDispatcher</H3><PRE>public <A HREF="../../javax/servlet/RequestDispatcher.html">RequestDispatcher</A> <B>getRequestDispatcher</B>(java.lang.String path)</PRE><DL><DD>The default behavior of this method is to return getRequestDispatcher(String path) on the wrapped request object.<DD><DL><DT><B>Specified by: </B><DD><A HREF="../../javax/servlet/ServletRequest.html#getRequestDispatcher(java.lang.String)">getRequestDispatcher</A> in interface <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></DL></DD><DD><B>Tags copied from interface: <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></B></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>path</CODE> - a <code>String</code> specifying the pathname to the resource. If it is relative, it must be relative against the current servlet.<DT><B>Returns:</B><DD>a <code>RequestDispatcher</code> object that acts as a wrapper for the resource at the specified path<DT><B>See Also: </B><DD><A HREF="../../javax/servlet/RequestDispatcher.html"><CODE>RequestDispatcher</CODE></A>, <A HREF="../../javax/servlet/ServletContext.html#getRequestDispatcher(java.lang.String)"><CODE>ServletContext.getRequestDispatcher(java.lang.String)</CODE></A></DL></DD></DL><HR><A NAME="getRealPath(java.lang.String)"><!-- --></A><H3>getRealPath</H3><PRE>public java.lang.String <B>getRealPath</B>(java.lang.String path)</PRE><DL><DD>The default behavior of this method is to return getRealPath(String path) on the wrapped request object.<DD><DL><DT><B>Specified by: </B><DD><A HREF="../../javax/servlet/ServletRequest.html#getRealPath(java.lang.String)">getRealPath</A> in interface <A HREF="../../javax/servlet/ServletRequest.html">ServletRequest</A></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../javax/servlet/ServletRequestEvent.html"><B>PREV CLASS</B></A> <A HREF="../../javax/servlet/ServletResponseWrapper.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="ServletRequestWrapper.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -