javax.servlet.annotation
Annotation Type MultipartConfig
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface MultipartConfig
- Since:
- 3.0
- Version:
- $Rev: 807027 $ $Date: 2009-08-24 00:52:08 +0200 (Mo, 24. Aug 2009) $
fileSizeThreshold
public abstract int fileSizeThreshold
- Default:
- 0
location
public abstract String location
- Default:
- ""
maxFileSize
public abstract long maxFileSize
- Default:
- -1L
maxRequestSize
public abstract long maxRequestSize
- Default:
- -1L
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.