| Package | Description |
|---|---|
| com.atlassian.plugins.rest.common.multipart | |
| com.atlassian.plugins.rest.common.multipart.fileupload |
| Modifier and Type | Method and Description |
|---|---|
FilePart |
MultipartHandler.getFilePart(javax.servlet.http.HttpServletRequest request,
String field)
Get the first file part for the given field name from the request
|
FilePart |
MultipartForm.getFilePart(String field)
Get the first file part for the given field name
|
| Modifier and Type | Method and Description |
|---|---|
Collection<FilePart> |
MultipartForm.getFileParts(String field)
Get the first file parts for the given field name
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsFileUploadFilePart |
| Modifier and Type | Method and Description |
|---|---|
FilePart |
CommonsFileUploadMultipartHandler.getFilePart(javax.servlet.http.HttpServletRequest request,
String field) |
Copyright © 2014 Atlassian. All rights reserved.