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) $

Optional Element Summary
 int fileSizeThreshold
           
 String location
           
 long maxFileSize
           
 long maxRequestSize
           
 

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.