public interface MultipartConfig
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFileSizeThreshold() |
String |
getLocation() |
Long |
getMaxFileSize() |
Long |
getMaxRequestSize() |
void |
setFileSizeThreshold(Integer fileSizeThreshold) |
void |
setLocation(String location) |
void |
setMaxFileSize(Long maxFileSize) |
void |
setMaxRequestSize(Long maxRequestSize) |
String getLocation()
void setLocation(String location)
Long getMaxFileSize()
void setMaxFileSize(Long maxFileSize)
Long getMaxRequestSize()
void setMaxRequestSize(Long maxRequestSize)
Integer getFileSizeThreshold()
void setFileSizeThreshold(Integer fileSizeThreshold)
Copyright © 2017. All rights reserved.