public class MultipartConfigElement extends Object
| Constructor and Description | 
|---|
| MultipartConfigElement(MultipartConfig annotation) | 
| MultipartConfigElement(String location) | 
| MultipartConfigElement(String location,
                      long maxFileSize,
                      long maxRequestSize,
                      int fileSizeThreshold) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getFileSizeThreshold() | 
| String | getLocation() | 
| long | getMaxFileSize() | 
| long | getMaxRequestSize() | 
public MultipartConfigElement(String location)
public MultipartConfigElement(String location, long maxFileSize, long maxRequestSize, int fileSizeThreshold)
public MultipartConfigElement(MultipartConfig annotation)
public String getLocation()
public long getMaxFileSize()
public long getMaxRequestSize()
public int getFileSizeThreshold()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.