public class MemoryFileUploadFactory extends java.lang.Object implements FileUploadFactory
MemoryFileUpload.| Modifier and Type | Field and Description |
|---|---|
protected int |
maxFileSize |
| Constructor and Description |
|---|
MemoryFileUploadFactory() |
| Modifier and Type | Method and Description |
|---|---|
FileUpload |
create(MultipartRequestInputStream input)
Creates new instance of
uploaded file. |
int |
getMaxFileSize() |
MemoryFileUploadFactory |
setMaxFileSize(int maxFileSize)
Sets maximum file upload size.
|
public int getMaxFileSize()
public MemoryFileUploadFactory setMaxFileSize(int maxFileSize)
public FileUpload create(MultipartRequestInputStream input)
uploaded file.create in interface FileUploadFactoryCopyright © 2003-present Jodd Team