org.tinygroup.weblayer.webcontext.parser.fileupload
public class TinyFileItemFactory extends Object implements org.apache.commons.fileupload.FileItemFactory
| Constructor and 描述 |
|---|
TinyFileItemFactory() |
| Modifier and Type | Method and 描述 |
|---|---|
org.apache.commons.fileupload.FileItem |
createItem(String fieldName,
String contentType,
boolean isFormField,
String fileName) |
FileItemStorage |
getStorage() |
void |
setStorage(FileItemStorage storage) |
public org.apache.commons.fileupload.FileItem createItem(String fieldName, String contentType, boolean isFormField, String fileName)
createItem 接口 {1} 中的 {0} org.apache.commons.fileupload.FileItemFactorypublic FileItemStorage getStorage()
public void setStorage(FileItemStorage storage)
Copyright © 2006–2015 TinyGroup. All rights reserved.