Uses of Interface
org.apache.tapestry.multipart.IPart

Packages that use IPart
org.apache.tapestry.multipart   
 

Uses of IPart in org.apache.tapestry.multipart
 

Classes in org.apache.tapestry.multipart that implement IPart
 class UploadPart
          Portion of a multi-part request representing an uploaded file.
 class ValuePart
          A portion of a multipart request that stores a value, or values, for a parameter.