Package | Description |
---|---|
org.apache.clerezza.jaxrs.utils.form |
Modifier and Type | Interface and Description |
---|---|
interface |
FormFile
Represents a file as contained in a multipart/form-data message
|
Modifier and Type | Class and Description |
---|---|
static class |
MultiPartBodyImpl.FormFileImpl |
class |
StringParameterValue |
Modifier and Type | Field and Description |
---|---|
protected List<KeyValuePair<ParameterValue>> |
AbstractParameterCollection.rawCollection
the rawColletion contains the KeyValuePairS, this may be set a value by
the subclass or it is given a value on invocation of the size() and
getParameter* methods of this class.
|
Modifier and Type | Method and Description |
---|---|
ParameterValue[] |
AbstractParameterCollection.getParameteValues(String parameterName) |
ParameterValue[] |
ParameterCollection.getParameteValues(String parameterName) |
Modifier and Type | Method and Description |
---|---|
Iterator<KeyValuePair<ParameterValue>> |
MultiPartBodyImpl.iterator() |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.