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

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

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.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-2008 The Apache Software Foundation. All Rights Reserved.