org.tinygroup.weblayer.webcontext.parser.impl
public class FileItemFactoryWrapper extends Object implements org.apache.commons.fileupload.FileItemFactory
| Constructor and 描述 |
|---|
FileItemFactoryWrapper(UploadParameters parameters,
UploadServiceImpl upload) |
| Modifier and Type | Method and 描述 |
|---|---|
org.apache.commons.fileupload.FileItem |
createItem(String fieldName,
String contentType,
boolean isFormField,
String fileName) |
org.apache.commons.fileupload.FileItemFactory |
getFileItemFactory() |
static void |
main(String[] args) |
public FileItemFactoryWrapper(UploadParameters parameters, UploadServiceImpl upload)
public org.apache.commons.fileupload.FileItem createItem(String fieldName, String contentType, boolean isFormField, String fileName)
createItem 接口 {1} 中的 {0} org.apache.commons.fileupload.FileItemFactorypublic org.apache.commons.fileupload.FileItemFactory getFileItemFactory()
public static void main(String[] args) throws UnsupportedEncodingException
Copyright © 2006–2015 TinyGroup. All rights reserved.