Uses of Class
org.apache.cocoon.servlet.multipart.Part

Packages that use Part
org.apache.cocoon.components   
org.apache.cocoon.components.source.impl   
org.apache.cocoon.mail.datasource   
org.apache.cocoon.servlet.multipart   
 

Uses of Part in org.apache.cocoon.components
 

Methods in org.apache.cocoon.components with parameters of type Part
static void Repository.save(Part part, File file)
           
static void SourceRepository.save(Part part, ModifiableTraversableSource destination)
           
 

Uses of Part in org.apache.cocoon.components.source.impl
 

Methods in org.apache.cocoon.components.source.impl that return Part
 Part PartSource.getPart()
           
 

Uses of Part in org.apache.cocoon.mail.datasource
 

Constructors in org.apache.cocoon.mail.datasource with parameters of type Part
FilePartDataSource(Part part)
          Creates a new instance of FilePartDataSource from an Part object.
FilePartDataSource(Part part, String type, String name)
          Creates a new instance of FilePartDataSource from an Part object.
 

Uses of Part in org.apache.cocoon.servlet.multipart
 

Subclasses of Part in org.apache.cocoon.servlet.multipart
 class PartInMemory
          This class represents a file part parsed from a http post stream.
 class PartOnDisk
          This class represents a file part parsed from a http post stream.
 class RejectedPart
          An upload part that was rejected because request length exceeded the maximum upload size.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.