org.tinygroup.weblayer.webcontext.parser.impl
类 FileItemFactoryWrapper

java.lang.Object
  继承者 org.tinygroup.weblayer.webcontext.parser.impl.FileItemFactoryWrapper
所有已实现的接口:
org.apache.commons.fileupload.FileItemFactory

public class FileItemFactoryWrapper
extends Object
implements org.apache.commons.fileupload.FileItemFactory

功能说明: 复合的文件项创建工厂

系统版本: v1.0
开发人员: renhui
开发时间: 2014-1-2
功能描述: 写明作用,调用方式,使用场景,以及特殊情况


构造方法摘要
FileItemFactoryWrapper(UploadParameters parameters, UploadServiceImpl upload)
           
 
方法摘要
 org.apache.commons.fileupload.FileItem createItem(String fieldName, String contentType, boolean isFormField, String fileName)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

FileItemFactoryWrapper

public FileItemFactoryWrapper(UploadParameters parameters,
                              UploadServiceImpl upload)
方法详细信息

createItem

public org.apache.commons.fileupload.FileItem createItem(String fieldName,
                                                         String contentType,
                                                         boolean isFormField,
                                                         String fileName)
指定者:
接口 org.apache.commons.fileupload.FileItemFactory 中的 createItem


Copyright © 2006–2014 开源组织. All rights reserved.