public interface MultipartForm extends Iterable<MultipartItem>
Modifier and Type | Method and Description |
---|---|
void |
delete() |
MultipartItem |
get(String name) |
String |
getAsString(String name) |
int |
getSize() |
boolean |
isEmpty() |
forEach, iterator, spliterator
boolean isEmpty()
int getSize()
MultipartItem get(String name)
void delete()