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

java.lang.Object
  继承者 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
      继承者 org.tinygroup.weblayer.webcontext.parser.impl.InMemoryFormFieldItem
所有已实现的接口:
Serializable, org.apache.commons.fileupload.FileItem, org.apache.commons.fileupload.FileItemHeadersSupport

public class InMemoryFormFieldItem
extends AbstractFileItem

用来存储form field的FileItem实现。

避免了DiskFileItem.finalize()方法的开销。

作者:
Michael Zhou
另请参见:
序列化表格

字段摘要
 
从类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 继承的字段
DEFAULT_CHARSET, dfos
 
构造方法摘要
InMemoryFormFieldItem(String fieldName, String contentType, boolean isFormField, boolean saveInFile, String fileName, int sizeThreshold, boolean keepFormFieldInMemory, File repository, javax.servlet.http.HttpServletRequest request, FileUploadReName rename)
           
 
方法摘要
 
从类 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

InMemoryFormFieldItem

public InMemoryFormFieldItem(String fieldName,
                             String contentType,
                             boolean isFormField,
                             boolean saveInFile,
                             String fileName,
                             int sizeThreshold,
                             boolean keepFormFieldInMemory,
                             File repository,
                             javax.servlet.http.HttpServletRequest request,
                             FileUploadReName rename)


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