org.tinygroup.weblayer.webcontext.parser.impl
接口 ItemFileObject

所有超级接口:
org.tinygroup.vfs.FileObject
所有已知实现类:
FileObjectInDisk, FileObjectInMemory, TinyItemFileObject

public interface ItemFileObject
extends org.tinygroup.vfs.FileObject

功能说明:获取文件对象关联的fileitem

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


方法摘要
 org.apache.commons.fileupload.FileItem getFileItem()
          文件对象关联的fileitem对象
 
从接口 org.tinygroup.vfs.FileObject 继承的方法
getAbsolutePath, getChild, getChildren, getExtName, getFileName, getInputStream, getLastModifiedTime, getOutputStream, getParent, getPath, getSchemaProvider, getSize, getURL, isExist, isFolder, isInPackage, setParent
 

方法详细信息

getFileItem

org.apache.commons.fileupload.FileItem getFileItem()
文件对象关联的fileitem对象

返回:


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