?? parameterparser.html
字號:
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="ParameterParser()"><!-- --></A><H3>ParameterParser</H3><PRE>public <B>ParameterParser</B>()</PRE><DL><DD>Default ParameterParser constructor.<P></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="isLowerCaseNames()"><!-- --></A><H3>isLowerCaseNames</H3><PRE>public boolean <B>isLowerCaseNames</B>()</PRE><DL><DD>Returns <tt>true</tt> if parameter names are to be converted to lower case when name/value pairs are parsed.<P><DD><DL><DT><B>Returns:</B><DD><tt>true</tt> if parameter names are to be converted to lower case when name/value pairs are parsed. Otherwise returns <tt>false</tt></DL></DD></DL><HR><A NAME="setLowerCaseNames(boolean)"><!-- --></A><H3>setLowerCaseNames</H3><PRE>public void <B>setLowerCaseNames</B>(boolean b)</PRE><DL><DD>Sets the flag if parameter names are to be converted to lower case when name/value pairs are parsed.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>b</CODE> - <tt>true</tt> if parameter names are to be converted to lower case when name/value pairs are parsed. <tt>false</tt> otherwise.</DL></DD></DL><HR><A NAME="parse(java.lang.String, char[])"><!-- --></A><H3>parse</H3><PRE>public java.util.Map <B>parse</B>(java.lang.String str, char[] separators)</PRE><DL><DD>Extracts a map of name/value pairs from the given string. Names are expected to be unique. Multiple separators may be specified and the earliest found in the input string is used.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>str</CODE> - the string that contains a sequence of name/value pairs<DD><CODE>separators</CODE> - the name/value pairs separators<DT><B>Returns:</B><DD>a map of name/value pairs</DL></DD></DL><HR><A NAME="parse(java.lang.String, char)"><!-- --></A><H3>parse</H3><PRE>public java.util.Map <B>parse</B>(java.lang.String str, char separator)</PRE><DL><DD>Extracts a map of name/value pairs from the given string. Names are expected to be unique.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>str</CODE> - the string that contains a sequence of name/value pairs<DD><CODE>separator</CODE> - the name/value pairs separator<DT><B>Returns:</B><DD>a map of name/value pairs</DL></DD></DL><HR><A NAME="parse(char[], char)"><!-- --></A><H3>parse</H3><PRE>public java.util.Map <B>parse</B>(char[] chars, char separator)</PRE><DL><DD>Extracts a map of name/value pairs from the given array of characters. Names are expected to be unique.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>chars</CODE> - the array of characters that contains a sequence of name/value pairs<DD><CODE>separator</CODE> - the name/value pairs separator<DT><B>Returns:</B><DD>a map of name/value pairs</DL></DD></DL><HR><A NAME="parse(char[], int, int, char)"><!-- --></A><H3>parse</H3><PRE>public java.util.Map <B>parse</B>(char[] chars, int offset, int length, char separator)</PRE><DL><DD>Extracts a map of name/value pairs from the given array of characters. Names are expected to be unique.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>chars</CODE> - the array of characters that contains a sequence of name/value pairs<DD><CODE>offset</CODE> - - the initial offset.<DD><CODE>length</CODE> - - the length.<DD><CODE>separator</CODE> - the name/value pairs separator<DT><B>Returns:</B><DD>a map of name/value pairs</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="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="class-use/ParameterParser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="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="../../../../org/apache/commons/fileupload/MultipartStream.MalformedStreamException.html" title="class in org.apache.commons.fileupload"><B>PREV CLASS</B></A> <A HREF="../../../../org/apache/commons/fileupload/ProgressListener.html" title="interface in org.apache.commons.fileupload"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/commons/fileupload/ParameterParser.html" target="_top"><B>FRAMES</B></A> <A HREF="ParameterParser.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | 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><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright ? 2002-2008 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</BODY></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -