org.tinygroup.weblayer.webcontext.parser.impl
public class InMemoryFormFieldItem extends AbstractFileItem
FileItem实现。
避免了DiskFileItem.finalize()方法的开销。
DEFAULT_CHARSET, dfos| Constructor and 描述 |
|---|
InMemoryFormFieldItem(String fieldName,
String contentType,
boolean isFormField,
boolean saveInFile,
String fileName,
int sizeThreshold,
boolean keepFormFieldInMemory,
File repository,
javax.servlet.http.HttpServletRequest request,
FileUploadReName rename) |
delete, get, getCharset, getContentType, getFieldName, getHeaders, getInputStream, getName, getOutputStream, getRepository, getSize, getStoreLocation, getString, getString, isFormField, isInMemory, setCharset, setFieldName, setFormField, setHeaders, toString, writepublic 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–2015 TinyGroup. All rights reserved.