Uses of Interface
com.atlassian.plugins.rest.common.multipart.FilePart

Packages that use FilePart
com.atlassian.plugins.rest.common.multipart   
com.atlassian.plugins.rest.common.multipart.fileupload   
 

Uses of FilePart in com.atlassian.plugins.rest.common.multipart
 

Methods in com.atlassian.plugins.rest.common.multipart that return FilePart
 FilePart MultipartHandler.getFilePart(javax.servlet.http.HttpServletRequest request, java.lang.String field)
          Get the first file part for the given field name from the request
 FilePart MultipartForm.getFilePart(java.lang.String field)
          Get the first file part for the given field name
 

Methods in com.atlassian.plugins.rest.common.multipart that return types with arguments of type FilePart
 java.util.Collection<FilePart> MultipartForm.getFileParts(java.lang.String field)
          Get the first file parts for the given field name
 

Uses of FilePart in com.atlassian.plugins.rest.common.multipart.fileupload
 

Methods in com.atlassian.plugins.rest.common.multipart.fileupload that return FilePart
 FilePart CommonsFileUploadMultipartHandler.getFilePart(javax.servlet.http.HttpServletRequest request, java.lang.String field)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.