All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tinygroup.springmvc.multipart.TinyMultipartFile Maven / Gradle / Ivy

The newest version!
package org.tinygroup.springmvc.multipart;

import org.springframework.web.multipart.MultipartFile;
import org.tinygroup.vfs.FileObject;

/**
 * MultipartFile的扩展接口
 * @author renhui
 *
 */
public interface TinyMultipartFile extends MultipartFile {

	/**
	 * 转换成FileObject对象
	 * @return
	 */
	FileObject toFileObject(); 
	

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy