|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
SourceRepository.save(Part part,
ModifiableTraversableSource destination)
|
static void |
Repository.save(Part part,
File file)
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |