public class MultipartFormDataInputImpl extends MultipartInputImpl implements MultipartFormDataInput
MultipartInputImpl.PartImpl| Modifier and Type | Field and Description |
|---|---|
protected Map<String,InputPart> |
formData |
protected Map<String,List<InputPart>> |
formDataMap |
contentType, defaultPartContentType, empty, mimeMessage, parts, workers| Constructor and Description |
|---|
MultipartFormDataInputImpl(MediaType contentType,
Providers workers) |
| Modifier and Type | Method and Description |
|---|---|
protected InputPart |
extractPart(org.apache.james.mime4j.message.BodyPart bodyPart) |
Map<String,InputPart> |
getFormData()
Deprecated.
|
Map<String,List<InputPart>> |
getFormDataMap() |
<T> T |
getFormDataPart(String key,
Class<T> rawType,
Type genericType) |
<T> T |
getFormDataPart(String key,
GenericType<T> type) |
addHeaderToHeadlessStream, createHeaderInputStream, extractParts, getParts, getPreamble, main, parseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParts, getPreamble@Deprecated public Map<String,InputPart> getFormData()
MultipartFormDataInputMultipartFormDataInput.getFormDataMap() instead.getFormData in interface MultipartFormDataInputpublic Map<String,List<InputPart>> getFormDataMap()
getFormDataMap in interface MultipartFormDataInputpublic <T> T getFormDataPart(String key, Class<T> rawType, Type genericType) throws IOException
getFormDataPart in interface MultipartFormDataInputIOExceptionpublic <T> T getFormDataPart(String key, GenericType<T> type) throws IOException
getFormDataPart in interface MultipartFormDataInputIOExceptionprotected InputPart extractPart(org.apache.james.mime4j.message.BodyPart bodyPart) throws IOException
extractPart in class MultipartInputImplIOExceptionCopyright © 2013. All Rights Reserved.