org.tinygroup.weblayer.webcontext.parser.fileupload
类 TinyFileItemFactory
java.lang.Object
org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItemFactory
- 所有已实现的接口:
- org.apache.commons.fileupload.FileItemFactory
public class TinyFileItemFactory
- extends Object
- implements org.apache.commons.fileupload.FileItemFactory
功能说明: tiny框架内部的文件上传工厂
系统版本: v1.0
开发人员: renhui
开发时间: 2014-1-3
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TinyFileItemFactory
public TinyFileItemFactory()
createItem
public org.apache.commons.fileupload.FileItem createItem(String fieldName,
String contentType,
boolean isFormField,
String fileName)
- 指定者:
- 接口
org.apache.commons.fileupload.FileItemFactory 中的 createItem
getStorage
public FileItemStorage getStorage()
setStorage
public void setStorage(FileItemStorage storage)
Copyright © 2006–2014 开源组织. All rights reserved.