public class TinyFileItemFactory extends Object implements org.apache.commons.fileupload.FileItemFactory
开发人员: renhui
开发时间: 2014-1-3
| Constructor and Description |
|---|
TinyFileItemFactory() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface org.apache.commons.fileupload.FileItemFactorypublic FileItemStorage getStorage()
public void setStorage(FileItemStorage storage)
Copyright © 2006–2018 TinyGroup. All rights reserved.