Package | Description |
---|---|
org.tinygroup.weblayer.webcontext.parser.impl |
Modifier and Type | Class and Description |
---|---|
class |
FileUploadRenameImpl |
Modifier and Type | Method and Description |
---|---|
FileUploadReName |
UploadServiceImpl.getRename() |
FileUploadReName |
DiskFileItemFactory.getRename() |
Modifier and Type | Method and Description |
---|---|
void |
UploadServiceImpl.setRename(FileUploadReName rename) |
void |
DiskFileItemFactory.setRename(FileUploadReName rename) |
Constructor and Description |
---|
AbstractFileItem(String fieldName,
String contentType,
boolean isFormField,
boolean saveInFile,
String fileName,
int sizeThreshold,
boolean keepFormFieldInMemory,
File repository,
javax.servlet.http.HttpServletRequest request,
FileUploadReName fileUploadRename)
Constructs a new
DiskFileItem instance. |
DiskFileItem(String fieldName,
String contentType,
boolean isFormField,
boolean saveInFile,
boolean temporary,
String fileName,
int sizeThreshold,
boolean keepFormFieldInMemory,
File repository,
javax.servlet.http.HttpServletRequest request,
FileUploadReName rename) |
Copyright © 2006–2018 TinyGroup. All rights reserved.