You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

437 lines
31 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Wed Jun 18 23:06:57 CST 2003 -->
<TITLE>
: Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/PartInputStream.html#available()"><B>available()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/PartInputStream.html">PartInputStream</A>
<DD>Returns the number of bytes that can be read from this input stream
without blocking.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/BufferedServletInputStream.html"><B>BufferedServletInputStream</B></A> - class weaver.file.multipart.<A HREF="weaver/file/multipart/BufferedServletInputStream.html">BufferedServletInputStream</A>.<DD>A <code>BufferedServletInputStream</code> wraps a
<code>ServletInputStream</code> in order to provide input buffering and to
avoid calling the the <code>readLine</code> method of the wrapped
<code>ServletInputStream</code>.
<DT><A HREF="weaver/file/multipart/BufferedServletInputStream.html#BufferedServletInputStream(javax.servlet.ServletInputStream)"><B>BufferedServletInputStream(ServletInputStream)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/BufferedServletInputStream.html">BufferedServletInputStream</A>
<DD>Creates a <code>BufferedServletInputStream</code> that wraps the provided
<code>ServletInputStream</code>.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/PartInputStream.html#close()"><B>close()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/PartInputStream.html">PartInputStream</A>
<DD>Closes this input stream and releases any system resources
associated with the stream.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/DefaultFileRenamePolicy.html"><B>DefaultFileRenamePolicy</B></A> - class weaver.file.multipart.<A HREF="weaver/file/multipart/DefaultFileRenamePolicy.html">DefaultFileRenamePolicy</A>.<DD>Implements a renaming policy that adds increasing integers to the body of
any file that collides. <DT><A HREF="weaver/file/multipart/DefaultFileRenamePolicy.html#DefaultFileRenamePolicy()"><B>DefaultFileRenamePolicy()</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/DefaultFileRenamePolicy.html">DefaultFileRenamePolicy</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/FilePart.html"><B>FilePart</B></A> - class weaver.file.multipart.<A HREF="weaver/file/multipart/FilePart.html">FilePart</A>.<DD>A <code>FilePart</code> is an upload part which represents a
<code>INPUT TYPE="file"</code> form parameter. <DT><A HREF="weaver/file/multipart/FileRenamePolicy.html"><B>FileRenamePolicy</B></A> - interface weaver.file.multipart.<A HREF="weaver/file/multipart/FileRenamePolicy.html">FileRenamePolicy</A>.<DD>An interface to provide a pluggable file renaming policy, particularly
useful to handle naming conflicts with an existing file.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#files"><B>files</B></A> -
Variable in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/FilePart.html#getContentType()"><B>getContentType()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/FilePart.html">FilePart</A>
<DD>Returns the content type of the file data contained within.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#getContentType(java.lang.String)"><B>getContentType(String)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Returns the content type of the specified file (as supplied by the
client browser), or null if the file was not included in the upload.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#getFile(java.lang.String)"><B>getFile(String)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Returns a File object for the specified file saved on the server's
filesystem, or null if the file was not included in the upload.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#getFileInputStream(java.lang.String)"><B>getFileInputStream(String)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Returns the InputStream of the specified file (as supplied by the
client browser), or null if the file was not included in the upload.
<DT><A HREF="weaver/file/multipart/FilePart.html#getFileName()"><B>getFileName()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/FilePart.html">FilePart</A>
<DD>Returns the name that the file was stored with on the remote system,
or <code>null</code> if the user didn't enter a file to be uploaded.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#getFileName(java.lang.String)"><B>getFileName(String)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Returns the filesystem name of the specified file, or null if the
file was not included in the upload.
<DT><A HREF="weaver/file/multipart/FilePart.html#getFilePath()"><B>getFilePath()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/FilePart.html">FilePart</A>
<DD>Returns the full path and name of the file on the remote system,
or <code>null</code> if the user didn't enter a file to be uploaded.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#getFilePath(java.lang.String)"><B>getFilePath(String)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Returns the original filesystem name of the specified file (before any
renaming policy was applied), or null if the file was not included in
the upload.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#getFileUploadNames()"><B>getFileUploadNames()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Returns the names of all the uploaded files as an Enumeration of
Strings.
<DT><A HREF="weaver/file/multipart/FilePart.html#getInputStream()"><B>getInputStream()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/FilePart.html">FilePart</A>
<DD>Returns an input stream which contains the contents of the
file supplied.
<DT><A HREF="weaver/file/multipart/Part.html#getName()"><B>getName()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/Part.html">Part</A>
<DD>Returns the name of the form element that this Part corresponds to.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#getOriginalFileName(java.lang.String)"><B>getOriginalFileName(String)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Returns the original filesystem name of the specified file (before any
renaming policy was applied), or null if the file was not included in
the upload.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#getParameter(java.lang.String)"><B>getParameter(String)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Returns the value of the named parameter as a String, or null if
the parameter was not sent or was sent without a value.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#getParameterNames()"><B>getParameterNames()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Returns the names of all the parameters as an Enumeration of
Strings.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#getParameterValues(java.lang.String)"><B>getParameterValues(String)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Returns the values of the named parameter as a String array, or null if
the parameter was not sent.
<DT><A HREF="weaver/file/multipart/ParamPart.html#getStringValue()"><B>getStringValue()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/ParamPart.html">ParamPart</A>
<DD>Returns the value of the parameter in as a string (using the
parser-specified encoding to convert from bytes) or the empty string
if the user entered no value for this parameter.
<DT><A HREF="weaver/file/multipart/ParamPart.html#getStringValue(java.lang.String)"><B>getStringValue(String)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/ParamPart.html">ParamPart</A>
<DD>Returns the value of the parameter in the supplied encoding
or empty string if the user entered no value for this parameter.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#getUploadedFile(java.lang.String)"><B>getUploadedFile(String)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Returns a UploadedFile object for the specified file saved on the server's
filesystem, or null if the file was not included in the upload.
<DT><A HREF="weaver/file/multipart/ParamPart.html#getValue()"><B>getValue()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/ParamPart.html">ParamPart</A>
<DD>Returns the value of the parameter as an array of bytes or a zero length
array if the user entered no value for this parameter.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/FilePart.html#isFile()"><B>isFile()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/FilePart.html">FilePart</A>
<DD>Returns <code>true</code> to indicate this part is a file.
<DT><A HREF="weaver/file/multipart/Part.html#isFile()"><B>isFile()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/Part.html">Part</A>
<DD>Returns true if this Part is a FilePart.
<DT><A HREF="weaver/file/multipart/ParamPart.html#isParam()"><B>isParam()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/ParamPart.html">ParamPart</A>
<DD>Returns <code>true</code> to indicate this part is a parameter.
<DT><A HREF="weaver/file/multipart/Part.html#isParam()"><B>isParam()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/Part.html">Part</A>
<DD>Returns true if this Part is a ParamPart.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/LimitedServletInputStream.html"><B>LimitedServletInputStream</B></A> - class weaver.file.multipart.<A HREF="weaver/file/multipart/LimitedServletInputStream.html">LimitedServletInputStream</A>.<DD>A <code>LimitedServletInputStream</code> wraps another
<code>ServletInputStream</code> in order to keep track of how many bytes
have been read and detect when the Content-Length limit has been reached.
<DT><A HREF="weaver/file/multipart/LimitedServletInputStream.html#LimitedServletInputStream(javax.servlet.ServletInputStream, int)"><B>LimitedServletInputStream(ServletInputStream, int)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/LimitedServletInputStream.html">LimitedServletInputStream</A>
<DD>Creates a <code>LimitedServletInputStream</code> with the specified
length limit that wraps the provided <code>ServletInputStream</code>.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/MacBinaryDecoderOutputStream.html"><B>MacBinaryDecoderOutputStream</B></A> - class weaver.file.multipart.<A HREF="weaver/file/multipart/MacBinaryDecoderOutputStream.html">MacBinaryDecoderOutputStream</A>.<DD>A <code>MacBinaryDecoderOutput</code> filters MacBinary files to normal
files on the fly; optimized for speed more than readability.
<DT><A HREF="weaver/file/multipart/MacBinaryDecoderOutputStream.html#MacBinaryDecoderOutputStream(java.io.OutputStream)"><B>MacBinaryDecoderOutputStream(OutputStream)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/MacBinaryDecoderOutputStream.html">MacBinaryDecoderOutputStream</A>
<DD>&nbsp;
<DT><A HREF="weaver/file/multipart/MultipartParser.html"><B>MultipartParser</B></A> - class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartParser.html">MultipartParser</A>.<DD>A utility class to handle <code>multipart/form-data</code> requests,
the kind of requests that support file uploads. <DT><A HREF="weaver/file/multipart/MultipartParser.html#MultipartParser(weaver.file.multipart.HttpServletRequest, int)"><B>MultipartParser(HttpServletRequest, int)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartParser.html">MultipartParser</A>
<DD>Creates a <code>MultipartParser</code> from the specified request,
which limits the upload size to the specified length, buffers for
performance and prevent attempts to read past the amount specified
by the Content-Length.
<DT><A HREF="weaver/file/multipart/MultipartParser.html#MultipartParser(weaver.file.multipart.HttpServletRequest, int, boolean, boolean)"><B>MultipartParser(HttpServletRequest, int, boolean, boolean)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartParser.html">MultipartParser</A>
<DD>Creates a <code>MultipartParser</code> from the specified request,
which limits the upload size to the specified length, and optionally
buffers for performance and prevents attempts to read past the amount
specified by the Content-Length.
<DT><A HREF="weaver/file/multipart/MultipartParser.html#MultipartParser(weaver.file.multipart.HttpServletRequest, int, boolean, boolean, java.lang.String)"><B>MultipartParser(HttpServletRequest, int, boolean, boolean, String)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartParser.html">MultipartParser</A>
<DD>Creates a <code>MultipartParser</code> from the specified request,
which limits the upload size to the specified length, and optionally
buffers for performance and prevents attempts to read past the amount
specified by the Content-Length, and with a specified encoding.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html"><B>MultipartRequest</B></A> - class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>.<DD>A utility class to handle <code>multipart/form-data</code> requests,
the kind of requests that support file uploads. <DT><A HREF="weaver/file/multipart/MultipartRequest.html#MultipartRequest(weaver.file.multipart.HttpServletRequest, int)"><B>MultipartRequest(HttpServletRequest, int)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Constructs a new MultipartRequest to handle the specified request,
saving any uploaded files to db , saveDirectory is null, and limiting the
upload size to the specified length.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#MultipartRequest(weaver.file.multipart.HttpServletRequest, java.lang.String)"><B>MultipartRequest(HttpServletRequest, String)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Constructs a new MultipartRequest to handle the specified request,
saving any uploaded files to the given directory, and limiting the
upload size to 1 Megabyte.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#MultipartRequest(weaver.file.multipart.HttpServletRequest, java.lang.String, int, boolean, boolean, java.lang.String)"><B>MultipartRequest(HttpServletRequest, String, int, boolean, boolean, String)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Constructs a new MultipartRequest to handle the specified request,
saving any uploaded files to the given directory, and limiting the
upload size to the specified length.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#MultipartRequest(weaver.file.multipart.HttpServletRequest, java.lang.String, int, weaver.file.multipart.FileRenamePolicy, boolean, boolean, java.lang.String)"><B>MultipartRequest(HttpServletRequest, String, int, FileRenamePolicy, boolean, boolean, String)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Constructs a new MultipartRequest to handle the specified request,
saving any uploaded files to the given directory, and limiting the
upload size to the specified length.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#MultipartRequest(weaver.file.multipart.HttpServletRequest, java.lang.String, int, java.lang.String, boolean, boolean, java.lang.String)"><B>MultipartRequest(HttpServletRequest, String, int, String, boolean, boolean, String)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Constructs a new MultipartRequest to handle the specified request,
saving any uploaded files to the given directory, and limiting the
upload size to the specified length.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#MultipartRequest(weaver.file.multipart.HttpServletRequest, java.lang.String, int, java.lang.String, weaver.file.multipart.FileRenamePolicy, boolean, boolean, java.lang.String)"><B>MultipartRequest(HttpServletRequest, String, int, String, FileRenamePolicy, boolean, boolean, String)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Constructs a new MultipartRequest to handle the specified request,
saving any uploaded files to the given directory, and limiting the
upload size to the specified length.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#MultipartRequest(weaver.file.multipart.HttpServletRequest, java.lang.String, java.lang.String, boolean, boolean, java.lang.String)"><B>MultipartRequest(HttpServletRequest, String, String, boolean, boolean, String)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Constructs a new MultipartRequest to handle the specified request,
saving any uploaded files to the given directory, and limiting the
upload size to the specified length.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#MultipartRequest(weaver.file.multipart.ServletRequest, java.lang.String)"><B>MultipartRequest(ServletRequest, String)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Constructor with an old signature, kept for backward compatibility.
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#MultipartRequest(weaver.file.multipart.ServletRequest, java.lang.String, int)"><B>MultipartRequest(ServletRequest, String, int)</B></A> -
Constructor for class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>Constructor with an old signature, kept for backward compatibility.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/FilePart.html#needZip(boolean)"><B>needZip(boolean)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/FilePart.html">FilePart</A>
<DD>set need zip.
<DT><A HREF="weaver/file/multipart/FilePart.html#needZipencrypt(boolean)"><B>needZipencrypt(boolean)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/FilePart.html">FilePart</A>
<DD>set need zip.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/MultipartRequest.html#parameters"><B>parameters</B></A> -
Variable in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartRequest.html">MultipartRequest</A>
<DD>&nbsp;
<DT><A HREF="weaver/file/multipart/ParamPart.html"><B>ParamPart</B></A> - class weaver.file.multipart.<A HREF="weaver/file/multipart/ParamPart.html">ParamPart</A>.<DD>A <code>ParamPart</code> is an upload part which represents a normal
<code>INPUT</code> (for example a non <code>TYPE="file"</code>) form
parameter.
<DT><A HREF="weaver/file/multipart/Part.html"><B>Part</B></A> - class weaver.file.multipart.<A HREF="weaver/file/multipart/Part.html">Part</A>.<DD>A <code>Part</code> is an abstract upload part which represents an
<code>INPUT</code> form element in a <code>multipart/form-data</code> form
submission.<DT><A HREF="weaver/file/multipart/PartInputStream.html"><B>PartInputStream</B></A> - class weaver.file.multipart.<A HREF="weaver/file/multipart/PartInputStream.html">PartInputStream</A>.<DD>A <code>PartInputStream</code> filters a <code>ServletInputStream</code>,
providing access to a single MIME part contained with in which ends with
the boundary specified. </DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/BufferedServletInputStream.html#read()"><B>read()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/BufferedServletInputStream.html">BufferedServletInputStream</A>
<DD>Implement buffering on top of the <code>read</code> method of
the wrapped <code>ServletInputStream</code>.
<DT><A HREF="weaver/file/multipart/LimitedServletInputStream.html#read()"><B>read()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/LimitedServletInputStream.html">LimitedServletInputStream</A>
<DD>Implement length limitation on top of the <code>read</code> method of
the wrapped <code>ServletInputStream</code>.
<DT><A HREF="weaver/file/multipart/PartInputStream.html#read()"><B>read()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/PartInputStream.html">PartInputStream</A>
<DD>See the general contract of the <code>read</code>
method of <code>InputStream</code>.
<DT><A HREF="weaver/file/multipart/PartInputStream.html#read(byte[])"><B>read(byte[])</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/PartInputStream.html">PartInputStream</A>
<DD>See the general contract of the <code>read</code>
method of <code>InputStream</code>.
<DT><A HREF="weaver/file/multipart/BufferedServletInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/BufferedServletInputStream.html">BufferedServletInputStream</A>
<DD>Implement buffering on top of the <code>read</code> method of
the wrapped <code>ServletInputStream</code>.
<DT><A HREF="weaver/file/multipart/LimitedServletInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/LimitedServletInputStream.html">LimitedServletInputStream</A>
<DD>Implement length limitation on top of the <code>read</code> method of
the wrapped <code>ServletInputStream</code>.
<DT><A HREF="weaver/file/multipart/PartInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/PartInputStream.html">PartInputStream</A>
<DD>See the general contract of the <code>read</code>
method of <code>InputStream</code>.
<DT><A HREF="weaver/file/multipart/BufferedServletInputStream.html#readLine(byte[], int, int)"><B>readLine(byte[], int, int)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/BufferedServletInputStream.html">BufferedServletInputStream</A>
<DD>Implement buffering on top of the <code>readLine</code> method of
the wrapped <code>ServletInputStream</code>.
<DT><A HREF="weaver/file/multipart/LimitedServletInputStream.html#readLine(byte[], int, int)"><B>readLine(byte[], int, int)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/LimitedServletInputStream.html">LimitedServletInputStream</A>
<DD>Implement length limitation on top of the <code>readLine</code> method of
the wrapped <code>ServletInputStream</code>.
<DT><A HREF="weaver/file/multipart/MultipartParser.html#readNextPart()"><B>readNextPart()</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartParser.html">MultipartParser</A>
<DD>Read the next part arriving in the stream.
<DT><A HREF="weaver/file/multipart/DefaultFileRenamePolicy.html#rename(java.io.File)"><B>rename(File)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/DefaultFileRenamePolicy.html">DefaultFileRenamePolicy</A>
<DD>&nbsp;
<DT><A HREF="weaver/file/multipart/FileRenamePolicy.html#rename(java.io.File)"><B>rename(File)</B></A> -
Method in interface weaver.file.multipart.<A HREF="weaver/file/multipart/FileRenamePolicy.html">FileRenamePolicy</A>
<DD>Returns a File object holding a new name for the specified file.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/MultipartParser.html#setEncoding(java.lang.String)"><B>setEncoding(String)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MultipartParser.html">MultipartParser</A>
<DD>Sets the encoding used to parse from here onward.
<DT><A HREF="weaver/file/multipart/FilePart.html#setEncrypt(java.lang.String)"><B>setEncrypt(String)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/FilePart.html">FilePart</A>
<DD>set need zip.
<DT><A HREF="weaver/file/multipart/FilePart.html#setRenamePolicy(weaver.file.multipart.FileRenamePolicy)"><B>setRenamePolicy(FileRenamePolicy)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/FilePart.html">FilePart</A>
<DD>Puts in place the specified policy for handling file name collisions.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="weaver/file/multipart/MacBinaryDecoderOutputStream.html#write(byte[])"><B>write(byte[])</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MacBinaryDecoderOutputStream.html">MacBinaryDecoderOutputStream</A>
<DD>&nbsp;
<DT><A HREF="weaver/file/multipart/MacBinaryDecoderOutputStream.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MacBinaryDecoderOutputStream.html">MacBinaryDecoderOutputStream</A>
<DD>&nbsp;
<DT><A HREF="weaver/file/multipart/MacBinaryDecoderOutputStream.html#write(int)"><B>write(int)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/MacBinaryDecoderOutputStream.html">MacBinaryDecoderOutputStream</A>
<DD>&nbsp;
<DT><A HREF="weaver/file/multipart/FilePart.html#writeTo(java.io.OutputStream)"><B>writeTo(OutputStream)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/FilePart.html">FilePart</A>
<DD>Write this file part to the given output stream.
<DT><A HREF="weaver/file/multipart/FilePart.html#writeTo(java.lang.String)"><B>writeTo(String)</B></A> -
Method in class weaver.file.multipart.<A HREF="weaver/file/multipart/FilePart.html">FilePart</A>
<DD>Write this file part to a file or directory.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_W_">W</A>
<!-- ========== 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"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>