public class LeopardMultipartResolver
extends org.springframework.web.multipart.commons.CommonsMultipartResolver
| Constructor and Description |
|---|
LeopardMultipartResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.fileupload.FileItem |
find(List<org.apache.commons.fileupload.FileItem> fileItems,
String fieldName) |
protected org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult |
parseFileItems(List<org.apache.commons.fileupload.FileItem> fileItems,
String encoding) |
protected List<org.springframework.web.multipart.MultipartFile> |
toList(org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult result,
String name,
String content) |
cleanupMultipart, determineEncoding, isMultipart, newFileUpload, parseRequest, resolveMultipart, setResolveLazily, setServletContextcleanupFileItems, getDefaultEncoding, getFileItemFactory, getFileUpload, isUploadTempDirSpecified, newFileItemFactory, prepareFileUpload, setDefaultEncoding, setMaxInMemorySize, setMaxUploadSize, setMaxUploadSizePerFile, setUploadTempDirprotected org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult parseFileItems(List<org.apache.commons.fileupload.FileItem> fileItems, String encoding)
parseFileItems in class org.springframework.web.multipart.commons.CommonsFileUploadSupportprotected org.apache.commons.fileupload.FileItem find(List<org.apache.commons.fileupload.FileItem> fileItems, String fieldName)
Copyright © 2014–2016. All rights reserved.