| dtw.webmail.util.FormdataMultipart
FormdataMultipart | public class FormdataMultipart extends MimeMultipart (Code) | | Class that implements a Multipart that handles
the multipart/form-data content type.
author: Dieter Wimberger version: 0.9.7 07/02/2003 |
Constructor Summary | |
public | FormdataMultipart() Constructs a FormdataMultipart instance.
This implementation just calls the superclass constructor. | public | FormdataMultipart(DataSource ds) Constructs a FormdataMultipart instance.
Automatically processes the body parts to extract parameters,
and attachments.
Parameters: DataSource - to construct the Multipart from, will be aMultipartInputStream. |
Method Summary | |
public Hashtable | getParameters() Returns the extracted parameters (with the extrcted values)
as Hashtable. |
FormdataMultipart | public FormdataMultipart()(Code) | | Constructs a FormdataMultipart instance.
This implementation just calls the superclass constructor.
the newly created FormdataMultipart instance. |
FormdataMultipart | public FormdataMultipart(DataSource ds) throws MessagingException, IOException(Code) | | Constructs a FormdataMultipart instance.
Automatically processes the body parts to extract parameters,
and attachments.
Parameters: DataSource - to construct the Multipart from, will be aMultipartInputStream. the newly created FormdataMultipart instance. |
getParameters | public Hashtable getParameters()(Code) | | Returns the extracted parameters (with the extrcted values)
as Hashtable.
the extracted parameter data as Hashtable |
|
|