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

另请参见:
序列化表格

字段摘要
 
从类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 继承的字段
DEFAULT_CHARSET, dfos
 
构造方法摘要
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
 
从类 java.lang.Object 继承的方法
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.