public class MultipartConfigElement extends Object
Constructor and Description |
---|
MultipartConfigElement(MultipartConfig config) |
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(MultipartConfig config)
public MultipartConfigElement(String location, long maxFileSize, long maxRequestSize, int fileSizeThreshold)
public int getFileSizeThreshold()
public String getLocation()
public long getMaxFileSize()
public long getMaxRequestSize()
Copyright © 2013. All rights reserved.