Uses of Class
com.oreilly.servlet.multipart.Part

Packages that use Part
com.oreilly.servlet.multipart   
 

Uses of Part in com.oreilly.servlet.multipart
 

Subclasses of Part in com.oreilly.servlet.multipart
 class FilePart
          A FilePart is an upload part which represents a INPUT TYPE="file" form parameter.
 class ParamPart
          A ParamPart is an upload part which represents a normal INPUT (for example a non TYPE="file") form parameter.
 

Methods in com.oreilly.servlet.multipart that return Part
 Part MultipartParser.readNextPart()
          Read the next part arriving in the stream.