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, defaultPartCharset, defaultPartContentType, empty, mimeMessage, parts, savedProviders, workers| Constructor and Description |
|---|
MultipartFormDataInputImpl(javax.ws.rs.core.MediaType contentType,
javax.ws.rs.ext.Providers workers) |
| Modifier and Type | Method and Description |
|---|---|
protected InputPart |
extractPart(org.apache.james.mime4j.message.BodyPart bodyPart) |
protected void |
finalize() |
Map<String,InputPart> |
getFormData()
Deprecated.
Will be removed in the future. Use
getFormDataMap() instead. |
Map<String,List<InputPart>> |
getFormDataMap() |
<T> T |
getFormDataPart(String key,
Class<T> rawType,
Type genericType) |
<T> T |
getFormDataPart(String key,
javax.ws.rs.core.GenericType<T> type) |
addHeaderToHeadlessStream, close, createHeaderInputStream, extractParts, getCharset, getParts, getPreamble, main, parse, setProvidersclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getParts, getPreamblepublic MultipartFormDataInputImpl(javax.ws.rs.core.MediaType contentType,
javax.ws.rs.ext.Providers workers)
@Deprecated public Map<String,InputPart> getFormData()
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, javax.ws.rs.core.GenericType<T> type) throws IOException
getFormDataPart in interface MultipartFormDataInputIOExceptionprotected InputPart extractPart(org.apache.james.mime4j.message.BodyPart bodyPart) throws IOException
extractPart in class MultipartInputImplIOExceptionprotected void finalize()
throws Throwable
finalize in class MultipartInputImplThrowableCopyright © 2017 JBoss by Red Hat. All rights reserved.