org.tinygroup.weblayer.webcontext.parser.impl
类 DiskFileItem
java.lang.Object
org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItem
- 所有已实现的接口:
- Serializable, org.apache.commons.fileupload.FileItem, org.apache.commons.fileupload.FileItemHeadersSupport
public class DiskFileItem
- extends AbstractFileItem
- 另请参见:
- 序列化表格
|
构造方法摘要 |
DiskFileItem(String fieldName,
String contentType,
boolean isFormField,
boolean saveInFile,
String fileName,
int sizeThreshold,
boolean keepFormFieldInMemory,
File repository,
javax.servlet.http.HttpServletRequest request,
FileUploadReName rename)
|
|
方法摘要 |
protected void |
finalize()
Removes the file contents from the temporary storage. |
| 从类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 继承的方法 |
delete, get, getCharset, getContentType, getFieldName, getHeaders, getInputStream, getName, getOutputStream, getRepository, getSize, getStoreLocation, getString, getString, isFormField, isInMemory, setCharset, setFieldName, setFormField, setHeaders, toString, write |
DiskFileItem
public DiskFileItem(String fieldName,
String contentType,
boolean isFormField,
boolean saveInFile,
String fileName,
int sizeThreshold,
boolean keepFormFieldInMemory,
File repository,
javax.servlet.http.HttpServletRequest request,
FileUploadReName rename)
finalize
protected void finalize()
throws Throwable
- Removes the file contents from the temporary storage.
- 覆盖:
- 类
Object 中的 finalize
- 抛出:
Throwable
Copyright © 2006–2014 开源组织. All rights reserved.