|
DRAFT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface MultipartConfig
Optional Element Summary | |
---|---|
int |
fileSizeThreshold
The size threshold after which the file will be written to disk |
java.lang.String |
location
The directory location where files will be stored |
long |
maxFileSize
The maximum size allowed for uploaded files. |
long |
maxRequestSize
The maximum size allowed for multipart/form-data requests |
public abstract java.lang.String location
public abstract long maxFileSize
The default is -1L, which means unlimited.
public abstract long maxRequestSize
The default is -1L, which means unlimited.
public abstract int fileSizeThreshold
|
DRAFT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.